| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * SPDX-License-Identifier: GPL-2.0 |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder registers |
|---|
| 5 | 5 | * |
|---|
| .. | .. |
|---|
| 125 | 125 | #define TVP5150_TELETEXT_FIL_ENA 0xbb /* Teletext filter enable */ |
|---|
| 126 | 126 | /* Reserved BCh-BFh */ |
|---|
| 127 | 127 | #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) |
|---|
| 128 | 130 | #define TVP5150_INT_ENABLE_REG_A 0xc1 /* Interrupt enable register A */ |
|---|
| 129 | 131 | #define TVP5150_INT_CONF 0xc2 /* Interrupt configuration */ |
|---|
| 132 | +#define TVP5150_VDPOE BIT(2) |
|---|
| 130 | 133 | #define TVP5150_VDP_CONF_RAM_DATA 0xc3 /* VDP configuration RAM data */ |
|---|
| 131 | 134 | #define TVP5150_CONF_RAM_ADDR_LOW 0xc4 /* Configuration RAM address low byte */ |
|---|
| 132 | 135 | #define TVP5150_CONF_RAM_ADDR_HIGH 0xc5 /* Configuration RAM address high byte */ |
|---|