Searched refs:ADV7511_REG_CSC_UPPER (Results 1 – 2 of 2) sorted by relevance
171 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()
37 #define ADV7511_REG_CSC_UPPER(x) (0x18 + (x) * 2) macro