Searched refs:ADV76XX_PAGE_CP (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/include/media/i2c/ |
| D | adv7604.h | 82 ADV76XX_PAGE_CP, enumerator
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | adv7604.c | 564 return adv76xx_read_check(state, ADV76XX_PAGE_CP, reg); in cp_read() 576 return regmap_write(state->regmap[ADV76XX_PAGE_CP], reg, val); in cp_write() 1054 if (regmap_raw_write(state->regmap[ADV76XX_PAGE_CP], in adv76xx_set_offset() 1084 if (regmap_raw_write(state->regmap[ADV76XX_PAGE_CP], in adv76xx_set_gain() 2742 [ADV76XX_PAGE_CP] = { "cp", 0x22 }, 2888 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x3e), 0x04 }, /* CP core pre-gain control */ 2889 { ADV76XX_REG(ADV76XX_PAGE_CP, 0xc3), 0x39 }, /* CP coast control. Graphics mode */ 2890 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x40), 0x5c }, /* CP core pre-gain control. Graphics mode */ 2920 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x6c), 0x00 }, 2936 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x6c), 0x00 }, [all …]
|