Home
last modified time | relevance | path

Searched refs:ADV7511_REG_CSC_UPPER (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/bridge/adv7511/
Dadv7511_drv.c141 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
147 ADV7511_REG_CSC_UPPER(i), in adv7511_set_colormap()
156 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
159 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
162 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
Dadv7511.h44 #define ADV7511_REG_CSC_UPPER(x) (0x18 + (x) * 2) macro