Changeset af60409 in mainline for uspace/drv/platform/amdm37x/prm/global_reg.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/prm/global_reg.h
rb752a31 raf60409 46 46 */ 47 47 typedef struct { 48 PADD32 [8];48 PADD32(8); 49 49 struct { 50 50 ioport32_t smps_sa; … … 133 133 } vc; 134 134 135 PADD32 [4];135 PADD32(4); 136 136 ioport32_t rstctrl; 137 137 #define GLOBAL_REG_PRM_RSTCTRL_RST_DPLL3_FLAG (1 << 2) … … 156 156 #define GLOBAL_REG_PRM_RSTST_GLOABL_COLD_RST_FLAG (1 << 0) 157 157 158 PADD32 ;158 PADD32(1); 159 159 ioport32_t volctrl; 160 160 #define GLOBAL_REG_PRM_VOLCTRL_SEL_VMODE_FLAG (1 << 4) … … 169 169 #define GLOBAL_REG_PRM_SRAM_PCHARGE_PCHARGE_TIME_GET(r) ((r) & 0xff) 170 170 171 PADD32 [2];171 PADD32(2); 172 172 ioport32_t clksrc_ctrl; 173 173 #define GLOBAL_REG_PRM_CLKSRC_CTRL_DPLL4_CLKINP_DIV_65_FLAG (1 << 8) … … 188 188 #define GLOBAL_REG_PRM_CLKSRC_CTRL_SYSCLKSEL_GET(r) (((r) >> 0) & 0x3) 189 189 190 PADD32 [3];190 PADD32(3); 191 191 const ioport32_t obs; 192 192 #define GLOBAL_REG_PRM_OBS_OBS_BUS_MASK (0x3ff) 193 193 194 PADD32 [3];194 PADD32(3); 195 195 ioport32_t voltsetup1; 196 196 #define GLOBAL_REG_PRM_VOLTSETUP1_SETUPTIME2_MASK (0xff << 16) … … 222 222 #define GLOBAL_REG_PRM_VOLTSETUP2_OFFMODESETUPTIME_GET(r) (((r) >> 0) & 0xffff) 223 223 224 PADD32 [3];224 PADD32(3); 225 225 struct { 226 226 ioport32_t config; … … 273 273 #define GLOBAL_REG_PRM_VP_STATUS_VPINIDLE_FLAG (1 << 0) 274 274 275 PADD32 [2];275 PADD32(2); 276 276 } vp[2]; 277 277
Note:
See TracChangeset
for help on using the changeset viewer.