Changeset af60409 in mainline for uspace/drv/platform/amdm37x/cm/iva2.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/iva2.h
rb752a31 raf60409 55 55 #define IVA2_CM_CLKEN_PLL_EN_IVA2_DPLL_EN_IVA2_DPLL_LOCKED (0x7) 56 56 57 PADD32 [6];57 PADD32(6); 58 58 const ioport32_t idlest; 59 59 #define IVA2_CM_IDLEST_ST_IVA2_STANDBY_FLAG (1 << 0) … … 62 62 #define IVA2_CM_IDLEST_PLL_ST_IVA2_CLK_LOCKED_FLAG (1 << 0) 63 63 64 PADD32 [3];64 PADD32(3); 65 65 ioport32_t autoidle_pll; 66 66 #define IVA2_CM_AUTOIDLE_PLL_AUTO_IVA2_DPLL_MASK (0x7) … … 68 68 #define IVA2_CM_AUTOIDLE_PLL_AUTO_IVA2_DPLL_ENABLED (0x1) 69 69 70 PADD32 [2];70 PADD32(2); 71 71 ioport32_t clksel1_pll; 72 72 #define IVA2_CM_CLKSEL1_PLL_IVA2_CLK_SRC_MASK (0x7 << 19)
Note:
See TracChangeset
for help on using the changeset viewer.