Changeset af60409 in mainline for uspace/drv/platform/amdm37x/cm/clock_control.h
- Timestamp:
- 2018-03-26T20:04:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb748a0
- Parents:
- b752a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/cm/clock_control.h
rb752a31 raf60409 74 74 #define CLOCK_CONTROL_CM_CLKEN2_PLL_EN_PERIPH2_DPLL_LOCK (0x7) 75 75 76 PADD32 [6];76 PADD32(6); 77 77 78 78 const ioport32_t idlest_ckgen; … … 95 95 #define CLOCK_CONTROL_CM_IDLEST2_CKGEN_ST_PERIPH2_CLK_FLAG (1 << 0) 96 96 97 PADD32 [2];97 PADD32(2); 98 98 99 99 ioport32_t autoidle_pll; … … 111 111 #define CLOCK_CONTROL_CM_AUTOIDLE2_PLL_AUTO_PERIPH2_DPLL_AUTOMATIC (0x1) 112 112 113 PADD32 [2];113 PADD32(2); 114 114 115 115 ioport32_t clksel1_pll;
Note:
See TracChangeset
for help on using the changeset viewer.