Searched refs:ADV76XX_PAGE_AFE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/media/i2c/ |
D | adv7604.h | 77 ADV76XX_PAGE_AFE, enumerator
|
/linux-6.1.9/drivers/media/i2c/ |
D | adv7604.c | 453 return adv76xx_read_check(state, ADV76XX_PAGE_AFE, reg); in afe_read() 460 return regmap_write(state->regmap[ADV76XX_PAGE_AFE], reg, val); in afe_write() 2802 [ADV76XX_PAGE_AFE] = { "afe", 0x26 }, 2961 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x12), 0x7b }, /* ADC noise shaping filter controls */ 2962 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x0c), 0x1f }, /* CP core gain controls */ 2987 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x12), 0xfb }, /* ADC noise shaping filter controls */ 2988 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x0c), 0x0d }, /* CP core gain controls */ 3062 BIT(ADV76XX_PAGE_AFE) | BIT(ADV76XX_PAGE_REP) | 3109 BIT(ADV76XX_PAGE_INFOFRAME) | BIT(ADV76XX_PAGE_AFE) | 3158 BIT(ADV76XX_PAGE_INFOFRAME) | BIT(ADV76XX_PAGE_AFE) |
|