Searched refs:ADV76XX_PAGE_AFE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/media/i2c/ |
D | adv7604.h | 77 ADV76XX_PAGE_AFE, enumerator
|
/Linux-v4.19/drivers/media/i2c/ |
D | adv7604.c | 440 return adv76xx_read_check(state, ADV76XX_PAGE_AFE, reg); in afe_read() 447 return regmap_write(state->regmap[ADV76XX_PAGE_AFE], reg, val); in afe_write() 2737 [ADV76XX_PAGE_AFE] = { "afe", 0x26 }, 2886 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x12), 0x7b }, /* ADC noise shaping filter controls */ 2887 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x0c), 0x1f }, /* CP core gain controls */ 2912 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x12), 0xfb }, /* ADC noise shaping filter controls */ 2913 { ADV76XX_REG(ADV76XX_PAGE_AFE, 0x0c), 0x0d }, /* CP core gain controls */ 2978 BIT(ADV76XX_PAGE_AFE) | BIT(ADV76XX_PAGE_REP) | 3020 BIT(ADV76XX_PAGE_INFOFRAME) | BIT(ADV76XX_PAGE_AFE) | 3061 BIT(ADV76XX_PAGE_INFOFRAME) | BIT(ADV76XX_PAGE_AFE) |
|