Changeset d27a9c8f in mainline


Ignore:
Timestamp:
2012-11-04T12:46:10Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8a1530
Parents:
b5c2f56
Message:

rootamdm37x: Remove pio_read casts.

Location:
uspace/drv/infrastructure/rootamdm37x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c

    rb5c2f56 rd27a9c8f  
    155155                        printf("DPLL5 (and everything else) should be on: %"
    156156                            PRIx32" %"PRIx32".\n",
    157                             pio_read_32((ioport32_t*)&device->cm.clocks->idlest_ckgen),
    158                             pio_read_32((ioport32_t*)&device->cm.clocks->idlest2_ckgen));
     157                            pio_read_32(&device->cm.clocks->idlest_ckgen),
     158                            pio_read_32(&device->cm.clocks->idlest2_ckgen));
    159159                }
    160160        } else {
  • uspace/drv/infrastructure/rootamdm37x/usbtll.h

    rb5c2f56 rd27a9c8f  
    5757#define TLL_SYSCONFIG_CLOCKACTIVITY_FLAG  (1 << 8)
    5858
    59         ioport32_t sysstatus;
     59        const ioport32_t sysstatus;
    6060#define TLL_SYSSTATUS_RESET_DONE_FLAG  (1 << 0)
    6161
Note: See TracChangeset for help on using the changeset viewer.