Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i2c/
Dadv7511.c171 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
177 ADV7511_REG_CSC_UPPER(i), in adv7511_set_colormap()
186 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
189 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
192 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
Dadv7511.h37 #define ADV7511_REG_CSC_UPPER(x) (0x18 + (x) * 2) macro