Searched refs:ADV76XX_PAGE_CP (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/media/i2c/ |
D | adv7604.h | 82 ADV76XX_PAGE_CP, enumerator
|
/Linux-v6.1/drivers/media/i2c/ |
D | adv7604.c | 584 return adv76xx_read_check(state, ADV76XX_PAGE_CP, reg); in cp_read() 596 return regmap_write(state->regmap[ADV76XX_PAGE_CP], reg, val); in cp_write() 1074 if (regmap_raw_write(state->regmap[ADV76XX_PAGE_CP], in adv76xx_set_offset() 1104 if (regmap_raw_write(state->regmap[ADV76XX_PAGE_CP], in adv76xx_set_gain() 2807 [ADV76XX_PAGE_CP] = { "cp", 0x22 }, 2963 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x3e), 0x04 }, /* CP core pre-gain control */ 2964 { ADV76XX_REG(ADV76XX_PAGE_CP, 0xc3), 0x39 }, /* CP coast control. Graphics mode */ 2965 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x40), 0x5c }, /* CP core pre-gain control. Graphics mode */ 2995 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x6c), 0x00 }, 3011 { ADV76XX_REG(ADV76XX_PAGE_CP, 0x6c), 0x00 }, [all …]
|