Lines Matching +full:25 +full:- +full:18
64 uint32 reserved2[(0x0100-0x0058)/4];
77 uint32 reserved3[(0x0400-0x0180)/4];
79 volatile uint32 palette[(0x0800-0x0400)/4];
92 #define LCD_SCREEN_SX_N(WIDTH) ((WIDTH-1)<<19)
93 #define LCD_SCREEN_SY_N(HEIGHT) ((HEIGHT-1)<<8)
141 #define LCD_WINCTRL1_FRM (0xF<<25)
146 #define LCD_WINCTRL1_FRM_1BPP (0<<25)
147 #define LCD_WINCTRL1_FRM_2BPP (1<<25)
148 #define LCD_WINCTRL1_FRM_4BPP (2<<25)
149 #define LCD_WINCTRL1_FRM_8BPP (3<<25)
150 #define LCD_WINCTRL1_FRM_12BPP (4<<25)
151 #define LCD_WINCTRL1_FRM_16BPP655 (5<<25)
152 #define LCD_WINCTRL1_FRM_16BPP565 (6<<25)
153 #define LCD_WINCTRL1_FRM_16BPP556 (7<<25)
154 #define LCD_WINCTRL1_FRM_16BPPI1555 (8<<25)
155 #define LCD_WINCTRL1_FRM_16BPPI5551 (9<<25)
156 #define LCD_WINCTRL1_FRM_16BPPA1555 (10<<25)
157 #define LCD_WINCTRL1_FRM_16BPPA5551 (11<<25)
158 #define LCD_WINCTRL1_FRM_24BPP (12<<25)
159 #define LCD_WINCTRL1_FRM_32BPP (13<<25)
165 #define LCD_WINCTRL1_SZX_N(N) ((N-1)<<11)
166 #define LCD_WINCTRL1_SZY_N(N) ((N-1)<<0)
206 #define LCD_HORZTIMING_HND2 (0x1FF<<18)
209 #define LCD_HORZTIMING_HND2_N(N)(((N)-1)<<18)
210 #define LCD_HORZTIMING_HND1_N(N)(((N)-1)<<9)
211 #define LCD_HORZTIMING_HPW_N(N) (((N)-1)<<0)
214 #define LCD_VERTTIMING_VND2 (0x1FF<<18)
217 #define LCD_VERTTIMING_VND2_N(N)(((N)-1)<<18)
218 #define LCD_VERTTIMING_VND1_N(N)(((N)-1)<<9)
219 #define LCD_VERTTIMING_VPW_N(N) (((N)-1)<<0)
225 #define LCD_CLKCONTROL_IB (1<<18)
231 #define LCD_CLKCONTROL_BF_N(N) (((N)-1)<<10)
277 #define LCD_FIFOCTRL_F3REQ_N(N) ((N-1)<<24)
278 #define LCD_FIFOCTRL_F2REQ_N(N) ((N-1)<<16)
279 #define LCD_FIFOCTRL_F1REQ_N(N) ((N-1)<<8)
280 #define LCD_FIFOCTRL_F0REQ_N(N) ((N-1)<<0)