Lines Matching +full:656 +full:- +full:4
1 /* SPDX-License-Identifier: GPL-2.0-only */
62 #define ADV7511_REG_GC(x) (0x4b + (x)) /* 0x4b - 0x51 */
66 #define ADV7511_REG_AVI_INFOFRAME(x) (0x55 + (x)) /* 0x55 - 0x6f */
70 #define ADV7511_REG_AUDIO_INFOFRAME(x) (0x73 + (x)) /* 0x73 - 0x7c */
77 #define ADV7511_REG_AN(x) (0xb0 + (x)) /* 0xb0 - 0xb7 */
80 #define ADV7511_REG_BKSV(x) (0xc0 + (x)) /* 0xc0 - 0xc3 */
84 #define ADV7511_REG_BSTATUS(x) (0xca + (x)) /* 0xca - 0xcb */
89 #define ADV7511_REG_SYNC_ADJUSTMENT(x) (0xd7 + (x)) /* 0xd7 - 0xdc */
107 #define ADV7511_INT0_AUDIO_FIFO_FULL BIT(4)
114 #define ADV7511_INT1_CEC_TX_ARBIT_LOST BIT(4)
161 #define ADV7511_PACKET_ENABLE_AVI_INFOFRAME BIT(8+4)
166 #define ADV7511_PACKET_ENABLE_ACP BIT(4)
178 #define ADV7511_REG_POWER2_TDMS_ENABLE BIT(4)
202 #define ADV7511_PACKET_ISRC2(x) ADV7511_PACKET(4, x)
251 * enum adv7511_sync_polarity - Polarity for the input sync signals
272 * struct adv7511_link_config - Describes adv7511 hardware configuration
279 * @embedded_sync: Video input uses BT.656-style embedded sync
300 * enum adv7511_csc_scaling - Scaling factor for the ADV7511 CSC
312 * struct adv7511_video_config - Describes adv7511 hardware configuration
397 regmap_write(adv7511->regmap, ADV7511_REG_CEC_CTRL, in adv7511_cec_init()