Changeset af60409 in mainline for uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.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/fb/amdm37x_dispc/amdm37x_dispc_regs.h
rb752a31 raf60409 47 47 #define AMDM37X_DISPC_REVISION_MASK 0xff 48 48 49 PADD32 [3];49 PADD32(3); 50 50 ioport32_t sysconfig; 51 51 #define AMDM37X_DISPC_SYSCONFIG_AUTOIDLE_FLAG (1 << 0) … … 82 82 #define AMDM37X_DISPC_IRQ_WAKEUP_FLAG (1 << 16) 83 83 84 PADD32 [8];84 PADD32(8); 85 85 ioport32_t control; 86 86 #define AMDM37X_DISPC_CONTROL_LCD_ENABLE_FLAG (1 << 0) … … 145 145 #define AMDM37X_DISPC_CONFIG_TVALPHABLENDERENABLE_FLAG (1 << 19) 146 146 147 PADD32 [1];147 PADD32(1); 148 148 ioport32_t default_color[2]; 149 149 ioport32_t trans_color[2]; … … 211 211 #define AMDM37X_DISPC_SIZE_HEIGHT_SHIFT 16 212 212 213 PADD32 [4];213 PADD32(4); 214 214 ioport32_t attributes; 215 215 #define AMDM37X_DISPC_GFX_ATTRIBUTES_ENABLE_FLAG (1 << 0) … … 262 262 } fir_coef[8]; 263 263 ioport32_t conv_coef[5]; 264 PADD32 [2];264 PADD32(2); 265 265 } vid[2]; 266 266 /* 0x1d4 */ … … 269 269 ioport32_t vid_fir_coef_v[8]; 270 270 /* 0x200 */ 271 PADD32 [8];271 PADD32(8); 272 272 /* 0x220 */ 273 273 ioport32_t cpr_coef_r;
Note:
See TracChangeset
for help on using the changeset viewer.