Lines Matching defs:map
110 static void sun8i_csc_set_coefficients(struct regmap *map, u32 base,
124 regmap_bulk_write(map, base_reg, table, 12);
134 regmap_write(map, base_reg, table[i]);
143 static void sun8i_de3_ccsc_set_coefficients(struct regmap *map, int layer,
157 regmap_bulk_write(map, addr, table, 12);
172 regmap_write(map, addr, table[i]);
181 static void sun8i_csc_enable(struct regmap *map, u32 base, bool enable)
190 regmap_update_bits(map, SUN8I_CSC_CTRL(base), SUN8I_CSC_CTRL_EN, val);
193 static void sun8i_de3_ccsc_enable(struct regmap *map, int layer, bool enable)
204 regmap_update_bits(map, SUN50I_MIXER_BLEND_CSC_CTL(DE3_BLD_BASE),