Changeset d27a9c8f in mainline
- Timestamp:
- 2012-11-04T12:46:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8a1530
- Parents:
- b5c2f56
- Location:
- uspace/drv/infrastructure/rootamdm37x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c
rb5c2f56 rd27a9c8f 155 155 printf("DPLL5 (and everything else) should be on: %" 156 156 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)); 159 159 } 160 160 } else { -
uspace/drv/infrastructure/rootamdm37x/usbtll.h
rb5c2f56 rd27a9c8f 57 57 #define TLL_SYSCONFIG_CLOCKACTIVITY_FLAG (1 << 8) 58 58 59 ioport32_t sysstatus;59 const ioport32_t sysstatus; 60 60 #define TLL_SYSSTATUS_RESET_DONE_FLAG (1 << 0) 61 61
Note:
See TracChangeset
for help on using the changeset viewer.