Lines Matching +full:0 +full:x422
37 #define DC_CMD_GENERAL_INCR_SYNCPT 0x000
38 #define DC_CMD_GENERAL_INCR_SYNCPT_CNTRL 0x001
40 #define SYNCPT_CNTRL_SOFT_RESET (1 << 0)
42 #define DC_CMD_GENERAL_INCR_SYNCPT_ERROR 0x002
43 #define DC_CMD_WIN_A_INCR_SYNCPT 0x008
44 #define DC_CMD_WIN_A_INCR_SYNCPT_CNTRL 0x009
45 #define DC_CMD_WIN_A_INCR_SYNCPT_ERROR 0x00a
46 #define DC_CMD_WIN_B_INCR_SYNCPT 0x010
47 #define DC_CMD_WIN_B_INCR_SYNCPT_CNTRL 0x011
48 #define DC_CMD_WIN_B_INCR_SYNCPT_ERROR 0x012
49 #define DC_CMD_WIN_C_INCR_SYNCPT 0x018
50 #define DC_CMD_WIN_C_INCR_SYNCPT_CNTRL 0x019
51 #define DC_CMD_WIN_C_INCR_SYNCPT_ERROR 0x01a
52 #define DC_CMD_CONT_SYNCPT_VSYNC 0x028
55 #define DC_CMD_CTXSW 0x030
56 #define DC_CMD_DISPLAY_COMMAND_OPTION0 0x031
57 #define DC_CMD_DISPLAY_COMMAND 0x032
59 #define CTRL_MODE_STOP 0
63 #define DC_CMD_SIGNAL_RAISE 0x033
64 #define DC_CMD_DISPLAY_POWER_CONTROL 0x036
71 #define PW0_ENABLE (1 << 0)
73 #define DC_CMD_INT_STATUS 0x037
74 #define DC_CMD_INT_MASK 0x038
75 #define DC_CMD_INT_ENABLE 0x039
76 #define DC_CMD_INT_TYPE 0x03a
77 #define DC_CMD_INT_POLARITY 0x03b
97 #define DC_CMD_STATE_ACCESS 0x040
99 #define READ_MUX (1 << 0)
101 #define DC_CMD_STATE_CONTROL 0x041
115 #define GENERAL_ACT_REQ (1 << 0)
117 #define DC_CMD_DISPLAY_WINDOW_HEADER 0x042
124 #define DC_CMD_REG_ACT_CONTROL 0x043
125 #define DC_CMD_WIN_D_INCR_SYNCPT 0x04c
126 #define DC_CMD_WIN_D_INCR_SYNCPT_CNTRL 0x04d
127 #define DC_CMD_WIN_D_INCR_SYNCPT_ERROR 0x04e
133 #define DC_DISP_DISP_SIGNAL_OPTIONS0 0x400
143 #define DC_DISP_DISP_SIGNAL_OPTIONS1 0x401
145 #define DC_DISP_DISP_WIN_OPTIONS 0x402
153 #define DC_DISP_DISP_TIMING_OPTIONS 0x405
154 #define VSYNC_H_POSITION(x) (((x) & 0xfff) << 0)
156 #define DC_DISP_REF_TO_SYNC 0x406
157 #define DC_DISP_SYNC_WIDTH 0x407
158 #define DC_DISP_BACK_PORCH 0x408
159 #define DC_DISP_DISP_ACTIVE 0x409
160 #define DC_DISP_FRONT_PORCH 0x40a
161 #define DC_DISP_H_PULSE0_CONTROL 0x40b
162 #define DC_DISP_H_PULSE0_POSITION_A 0x40c
163 #define DC_DISP_H_PULSE0_POSITION_B 0x40d
164 #define DC_DISP_H_PULSE0_POSITION_C 0x40e
165 #define DC_DISP_H_PULSE0_POSITION_D 0x40f
166 #define DC_DISP_H_PULSE1_CONTROL 0x410
167 #define DC_DISP_H_PULSE1_POSITION_A 0x411
168 #define DC_DISP_H_PULSE1_POSITION_B 0x412
169 #define DC_DISP_H_PULSE1_POSITION_C 0x413
170 #define DC_DISP_H_PULSE1_POSITION_D 0x414
171 #define DC_DISP_H_PULSE2_CONTROL 0x415
172 #define DC_DISP_H_PULSE2_POSITION_A 0x416
173 #define DC_DISP_H_PULSE2_POSITION_B 0x417
174 #define DC_DISP_H_PULSE2_POSITION_C 0x418
175 #define DC_DISP_H_PULSE2_POSITION_D 0x419
176 #define DC_DISP_V_PULSE0_CONTROL 0x41a
177 #define DC_DISP_V_PULSE0_POSITION_A 0x41b
178 #define DC_DISP_V_PULSE0_POSITION_B 0x41c
179 #define DC_DISP_V_PULSE0_POSITION_C 0x41d
180 #define DC_DISP_V_PULSE1_CONTROL 0x41e
181 #define DC_DISP_V_PULSE1_POSITION_A 0x41f
182 #define DC_DISP_V_PULSE1_POSITION_B 0x420
183 #define DC_DISP_V_PULSE1_POSITION_C 0x421
184 #define DC_DISP_V_PULSE2_CONTROL 0x422
185 #define DC_DISP_V_PULSE2_POSITION_A 0x423
186 #define DC_DISP_V_PULSE3_CONTROL 0x424
187 #define PULSE_CONTROL_LAST(x) (((x) & 0x7f) << 8)
188 #define LAST_START_A 0
196 #define PULSE_CONTROL_QUAL(x) (((x) & 0x3) << 8)
197 #define QUAL_ALWAYS 0
203 #define DC_DISP_V_PULSE3_POSITION_A 0x425
204 #define PULSE_END(x) (((x) & 0xfff) << 16)
205 #define PULSE_START(x) (((x) & 0xfff) << 0)
207 #define DC_DISP_DISP_CLOCK_CONTROL 0x42e
208 #define PIXEL_CLK_DIVIDER(x) (((x) & 0xf) << 8)
209 #define PCD1 0
222 #define SHIFT_CLK_DIVIDER(x) ((x) & 0xff)
224 #define DC_DISP_DISP_INTERFACE_CONTROL 0x42f
227 #define DISP_DATA_FORMAT(x) (((x) & 0xf) << 8)
228 #define DF1P1C 0
240 #define DC_DISP_DISP_COLOR_CONTROL 0x430
244 #define ORD_DITHER_ROTATION(x) (((x) & 0x3) << 12)
245 #define DITHER_CONTROL(x) (((x) & 0x3) << 8)
246 #define DITHER_DISABLE 0
249 #define BASE_COLOR_SIZE(x) (((x) & 0xF) << 0)
250 #define SIZE_BASE666 0
260 #define DC_DISP_CURSOR_START_ADDR 0x43e
261 #define CURSOR_CLIP(x) (((x) & 0x3) << 28)
262 #define CC_DISPLAY 0
266 #define CURSOR_SIZE(x) (((x) & 0x3) << 24)
267 #define C32x32 0
271 #define CURSOR_START_ADDR(x) (((x) >> 10) & 0x3FFFFF)
273 #define DC_DISP_CURSOR_POSITION 0x440
274 #define CURSOR_POSITION(h, v) ((((h) & 0x3fff) << 0) | \
275 (((v) & 0x3fff) << 16))
276 #define DC_DISP_CURSOR_UNDERFLOW_CTRL 0x4eb
277 #define DC_DISP_BLEND_CURSOR_CONTROL 0x4f1
279 #define CURSOR_DST_BLEND_FACTOR_SELECT(x) (((x) & 0x3) << 16)
280 #define DST_BLEND_ZERO 0
283 #define CURSOR_SRC_BLEND_FACTOR_SELECT(x) (((x) & 0x3) << 8)
284 #define SRC_BLEND_K1 0
286 #define CURSOR_ALPHA(x) (((x) & 0xFF) << 0)
288 #define DC_DISP_CURSOR_UFLOW_DBG_PIXEL 0x4f3
290 #define CURSOR_UFLOW_CTRL_DBG_MODE (1 << 0)
293 #define DC_WINC_COLOR_PALETTE 0x500
294 #define DC_WINC_CSC_YOF 0x611
295 #define DC_WINC_CSC_KYRGB 0x612
296 #define DC_WINC_CSC_KUR 0x613
297 #define DC_WINC_CSC_KVR 0x614
298 #define DC_WINC_CSC_KUG 0x615
299 #define DC_WINC_CSC_KVG 0x616
300 #define DC_WINC_CSC_KUB 0x617
301 #define DC_WINC_CSC_KVB 0x618
303 #define DC_WINC_WIN_OPTIONS 0x700
318 #define H_DIRECTION (1 << 0)
320 #define DC_WIN_BYTE_SWAP 0x701
321 #define BYTE_SWAP(x) (((x) & 0x7) << 0)
322 #define NOSWAP 0
329 #define DC_WIN_COLOR_DEPTH 0x703
348 #define DC_WIN_POSITION 0x704
349 #define WIN_POSITION(h, v) ((((h) & 0x1fff) << 0) | \
350 (((v) & 0x1fff) << 16))
352 #define DC_WIN_SIZE 0x705
353 #define WIN_SIZE(h, v) ((((h) & 0x1fff) << 0) | \
354 (((v) & 0x1fff) << 16))
356 #define DC_WIN_PRESCALED_SIZE 0x706
357 #define WIN_PRESCALED_SIZE(h, v) ((((h) & 0x7fff) << 0) | \
358 (((v) & 0x1fff) << 16))
360 #define DC_WIN_H_INITIAL_DDA 0x707
361 #define DC_WIN_V_INITIAL_DDA 0x708
362 #define DC_WIN_DDA_INCREMENT 0x709
363 #define WIN_DDA_INCREMENT(h, v) ((((h) & 0xffff) << 0) | \
364 (((v) & 0xffff) << 16))
365 #define DC_WIN_LINE_STRIDE 0x70a
369 #define DC_WINBUF_START_ADDR 0x800
370 #define DC_WINBUF_START_ADDR_NS 0x801
371 #define DC_WINBUF_START_ADDR_U 0x802
372 #define DC_WINBUF_START_ADDR_U_NS 0x803
373 #define DC_WINBUF_START_ADDR_V 0x804
374 #define DC_WINBUF_START_ADDR_V_NS 0x805
375 #define DC_WINBUF_ADDR_H_OFFSET 0x806
376 #define DC_WINBUF_ADDR_H_OFFSET_NS 0x807
377 #define DC_WINBUF_ADDR_V_OFFSET 0x808
378 #define DC_WINBUF_ADDR_V_OFFSET_NS 0x809
379 #define DC_WINBUF_UFLOW_STATUS 0x80a
380 #define DC_WINBUF_SURFACE_KIND 0x80b
381 #define SURFACE_KIND_BLOCK_HEIGHT(x) (((x) & 0x7) << 4)
382 #define SURFACE_KIND_PITCH 0
385 #define DC_WINBUF_SURFACE_WEIGHT 0x80c
386 #define DC_WINBUF_START_ADDR_HI 0x80d
387 #define DC_WINBUF_START_ADDR_HI_NS 0x80e
388 #define DC_WINBUF_START_ADDR_U_HI 0x80f
389 #define DC_WINBUF_START_ADDR_U_HI_NS 0x810
390 #define DC_WINBUF_START_ADDR_V_HI 0x811
391 #define DC_WINBUF_START_ADDR_V_HI_NS 0x812
392 #define DC_WINBUF_UFLOW_CTRL 0x824
393 #define UFLOW_CTR_ENABLE (1 << 0)
394 #define DC_WINBUF_UFLOW_DBG_PIXEL 0x825