Lines Matching +full:5 +full:- +full:byte
1 /* SPDX-License-Identifier: GPL-2.0-only */
16 /* Device ID Low Byte Register */
19 /* Device ID High Byte Register */
28 #define SP_HDCP_PD BIT(5)
38 #define SP_VIDFIF_RST BIT(5)
74 /* Video Control Register 5 */
78 #define SP_RANGE_Y2R BIT(5)
98 /* Total Line Status Low Byte Register */
101 /* Total Line Status High Byte Register */
104 /* Active Line Status Low Byte Register */
107 /* Active Line Status High Byte Register */
119 /* Total Pixel Status Low Byte Register */
122 /* Total Pixel Status High Byte Register */
125 /* Active Pixel Status Low Byte Register */
128 /* Active Pixel Status High Byte Register */
131 /* Horizontal Front Porch Status Low Byte Register */
134 /* Horizontal Front Porch Statys High Byte Register */
137 /* Horizontal SYNC Width Status Low Byte Register */
140 /* Horizontal SYNC Width Status High Byte Register */
143 /* Horizontal Back Porch Status Low Byte Register */
146 /* Horizontal Back Porch Status High Byte Register */
166 /* Audio Channel Num Register 5 */
168 # define SP_I2S_CH_NUM_1 (0x00 << 5)
169 # define SP_I2S_CH_NUM_2 (0x01 << 5)
170 # define SP_I2S_CH_NUM_3 (0x02 << 5)
171 # define SP_I2S_CH_NUM_4 (0x03 << 5)
172 # define SP_I2S_CH_NUM_5 (0x04 << 5)
173 # define SP_I2S_CH_NUM_6 (0x05 << 5)
174 # define SP_I2S_CH_NUM_7 (0x06 << 5)
175 # define SP_I2S_CH_NUM_8 (0x07 << 5)
200 #define SP_COMMON_INT_STATUS_BASE (0xf1 - 1)
220 #define SP_TRAINING_FINISH BIT(5)
224 #define SP_COMMON_INT_MASK_BASE (0xf8 - 1)