forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/i2c/tvp5150_reg.h
....@@ -1,5 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
2
- * SPDX-License-Identifier: GPL-2.0
33 *
44 * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder registers
55 *
....@@ -125,8 +125,11 @@
125125 #define TVP5150_TELETEXT_FIL_ENA 0xbb /* Teletext filter enable */
126126 /* Reserved BCh-BFh */
127127 #define TVP5150_INT_STATUS_REG_A 0xc0 /* Interrupt status register A */
128
+#define TVP5150_INT_A_LOCK_STATUS BIT(7)
129
+#define TVP5150_INT_A_LOCK BIT(6)
128130 #define TVP5150_INT_ENABLE_REG_A 0xc1 /* Interrupt enable register A */
129131 #define TVP5150_INT_CONF 0xc2 /* Interrupt configuration */
132
+#define TVP5150_VDPOE BIT(2)
130133 #define TVP5150_VDP_CONF_RAM_DATA 0xc3 /* VDP configuration RAM data */
131134 #define TVP5150_CONF_RAM_ADDR_LOW 0xc4 /* Configuration RAM address low byte */
132135 #define TVP5150_CONF_RAM_ADDR_HIGH 0xc5 /* Configuration RAM address high byte */