Lines Matching refs:LCD_BASE_ADDR
1142 #define LCD_BASE_ADDR 0xFFE10000 /* AHB Peripheral # 4 */ macro
1144 #define LCD_TIMH (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x000))
1145 #define LCD_TIMV (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x004))
1146 #define LCD_POL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x008))
1147 #define LCD_LE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x00C))
1148 #define LCD_UPBASE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x010))
1149 #define LCD_LPBASE (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x014))
1150 #define LCD_CTRL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x018))
1151 #define LCD_INTMSK (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x01C))
1152 #define LCD_INTRAW (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x020))
1153 #define LCD_INTSTAT (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x024))
1154 #define LCD_INTCLR (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x028))
1155 #define LCD_UPCURR (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x02C))
1156 #define LCD_LPCURR (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x030))
1157 #define LCD_PAL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x200))
1158 #define CRSR_IMG (*(volatile unsigned long *)(LCD_BASE_ADDR + 0x800))
1159 #define CRSR_CTRL (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC00))
1160 #define CRSR_CFG (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC04))
1161 #define CRSR_PAL0 (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC08))
1162 #define CRSR_PAL1 (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC0C))
1163 #define CRSR_XY (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC10))
1164 #define CRSR_CLIP (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC14))
1165 #define CRSR_INTMSK (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC20))
1166 #define CRSR_INTCLR (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC24))
1167 #define CRSR_INTRAW (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC28))
1168 #define CRSR_INTSTAT (*(volatile unsigned long *)(LCD_BASE_ADDR + 0xC2C))