Lines Matching +full:10 +full:- +full:bit

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
39 #define CTRL_SFTRST BIT(31)
40 #define CTRL_CLKGATE BIT(30)
41 #define CTRL_BYPASS_COUNT BIT(19)
42 #define CTRL_VSYNC_MODE BIT(18)
43 #define CTRL_DOTCLK_MODE BIT(17)
44 #define CTRL_DATA_SELECT BIT(16)
45 #define CTRL_BUS_WIDTH_16 (0 << 10)
46 #define CTRL_BUS_WIDTH_8 (1 << 10)
47 #define CTRL_BUS_WIDTH_18 (2 << 10)
48 #define CTRL_BUS_WIDTH_24 (3 << 10)
49 #define CTRL_BUS_WIDTH_MASK (0x3 << 10)
54 #define CTRL_MASTER BIT(5)
55 #define CTRL_DF16 BIT(3)
56 #define CTRL_DF18 BIT(2)
57 #define CTRL_DF24 BIT(1)
58 #define CTRL_RUN BIT(0)
60 #define CTRL1_RECOVER_ON_UNDERFLOW BIT(24)
61 #define CTRL1_FIFO_CLEAR BIT(21)
64 #define CTRL1_CUR_FRAME_DONE_IRQ_EN BIT(13)
65 #define CTRL1_CUR_FRAME_DONE_IRQ BIT(9)
79 #define VDCTRL0_ENABLE_PRESENT BIT(28)
80 #define VDCTRL0_VSYNC_ACT_HIGH BIT(27)
81 #define VDCTRL0_HSYNC_ACT_HIGH BIT(26)
82 #define VDCTRL0_DOTCLK_ACT_FALLING BIT(25)
83 #define VDCTRL0_ENABLE_ACT_HIGH BIT(24)
84 #define VDCTRL0_VSYNC_PERIOD_UNIT BIT(21)
85 #define VDCTRL0_VSYNC_PULSE_WIDTH_UNIT BIT(20)
86 #define VDCTRL0_HALF_LINE BIT(19)
87 #define VDCTRL0_HALF_LINE_MODE BIT(18)
94 #define VDCTRL3_MUX_SYNC_SIGNALS BIT(29)
95 #define VDCTRL3_VSYNC_ONLY BIT(28)
103 #define VDCTRL4_SYNC_SIGNALS_ON BIT(18)
106 #define DEBUG0_HSYNC BIT(26)
107 #define DEBUG0_VSYNC BIT(25)
109 #define AS_CTRL_PS_DISABLE BIT(23)
110 #define AS_CTRL_ALPHA_INVERT BIT(20)
119 #define AS_CTRL_ENABLE_COLORKEY BIT(3)
124 #define AS_CTRL_AS_ENABLE BIT(0)
127 #define CTRL_SW_RESET BIT(31)
129 #define CTRL_FETCH_START_OPTION_PWV BIT(8)
130 #define CTRL_FETCH_START_OPTION_BPV BIT(9)
133 #define CTRL_NEG BIT(4)
134 #define CTRL_INV_PXCK BIT(3)
135 #define CTRL_INV_DE BIT(2)
136 #define CTRL_INV_VS BIT(1)
137 #define CTRL_INV_HS BIT(0)
139 #define DISP_PARA_DISP_ON BIT(31)
140 #define DISP_PARA_SWAP_EN BIT(30)
170 #define INT_STATUS_D0_FIFO_EMPTY BIT(24)
171 #define INT_STATUS_D0_DMA_DONE BIT(16)
172 #define INT_STATUS_D0_DMA_ERR BIT(8)
173 #define INT_STATUS_D0_VS_BLANK BIT(2)
174 #define INT_STATUS_D0_UNDERRUN BIT(1)
175 #define INT_STATUS_D0_VSYNC BIT(0)
177 #define INT_ENABLE_D0_FIFO_EMPTY_EN BIT(24)
178 #define INT_ENABLE_D0_DMA_DONE_EN BIT(16)
179 #define INT_ENABLE_D0_DMA_ERR_EN BIT(8)
180 #define INT_ENABLE_D0_VS_BLANK_EN BIT(2)
181 #define INT_ENABLE_D0_UNDERRUN_EN BIT(1)
182 #define INT_ENABLE_D0_VSYNC_EN BIT(0)
184 #define INT_STATUS_D1_PLANE_PANIC BIT(0)
186 #define INT_ENABLE_D1_PLANE_PANIC_EN BIT(0)
203 #define CTRLDESCL0_5_EN BIT(31)
204 #define CTRLDESCL0_5_SHADOW_LOAD_EN BIT(30)
224 #define CSC0_CTRL_BYPASS BIT(0)
229 #define CSC0_COEF0_A1_MASK GENMASK(10, 0)
234 #define CSC0_COEF1_A3_MASK GENMASK(10, 0)
239 #define CSC0_COEF2_B2_MASK GENMASK(10, 0)
244 #define CSC0_COEF3_C1_MASK GENMASK(10, 0)
249 #define CSC0_COEF4_C3_MASK GENMASK(10, 0)