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