Lines Matching defs:lcd_ctrl
13 typedef struct lcd_ctrl { struct
14 u32 ssar; /* 0x00 Screen Start Address Register */
15 u32 sr; /* 0x04 LCD Size Register */
16 u32 vpw; /* 0x08 Virtual Page Width Register */
17 u32 cpr; /* 0x0C Cursor Position Register */
18 u32 cwhb; /* 0x10 Cursor Width Height and Blink Register */
19 u32 ccmr; /* 0x14 Color Cursor Mapping Register */
20 u32 pcr; /* 0x18 Panel Configuration Register */
21 u32 hcr; /* 0x1C Horizontal Configuration Register */
22 u32 vcr; /* 0x20 Vertical Configuration Register */
23 u32 por; /* 0x24 Panning Offset Register */
24 u32 scr; /* 0x28 Sharp Configuration Register */
25 u32 pccr; /* 0x2C PWM Contrast Control Register */
26 u32 dcr; /* 0x30 DMA Control Register */
27 u32 rmcr; /* 0x34 Refresh Mode Control Register */
28 u32 icr; /* 0x38 Refresh Mode Control Register */
29 u32 ier; /* 0x3C Interrupt Enable Register */
30 u32 isr; /* 0x40 Interrupt Status Register */
31 u32 res[4];
32 u32 gwsar; /* 0x50 Graphic Window Start Address Register */
33 u32 gwsr; /* 0x54 Graphic Window Size Register */
34 u32 gwvpw; /* 0x58 Graphic Window Virtual Page Width Register */
35 u32 gwpor; /* 0x5C Graphic Window Panning Offset Register */
36 u32 gwpr; /* 0x60 Graphic Window Position Register */
37 u32 gwcr; /* 0x64 Graphic Window Control Register */
38 u32 gwdcr; /* 0x68 Graphic Window DMA Control Register */