Changeset a5a73c0 in mainline for uspace/drv/infrastructure/rootamdm37x/clock_control_cm.h
- Timestamp:
- 2012-10-15T19:50:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71d09d6e
- Parents:
- 52fc805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootamdm37x/clock_control_cm.h
r52fc805 ra5a73c0 73 73 #define CLOCK_CONTROL_CM_CLKEN_PLL_EN_PERIPH2_DPLL_LOCK (0x7) 74 74 75 PADD32 (2);75 PADD32[2]; 76 76 77 77 const ioport32_t idlest_ckgen; … … 94 94 #define CLOCK_CONTROL_CM_IDLEST2_CKGEN_ST_PERIPH2_CLK_FLAG (1 << 0) 95 95 96 PADD32 (2);96 PADD32[2]; 97 97 98 98 ioport32_t autoidle_pll; … … 109 109 #define CLOCK_CONTROL_CM_AUTOIDLE2_PLL_AUTO_PERIPH2_DPLL_AUTOMATIC (0x1) 110 110 111 PADD32 (2);111 PADD32[2]; 112 112 113 113 ioport32_t clksel1_pll;
Note:
See TracChangeset
for help on using the changeset viewer.