Home
last modified time | relevance | path

Searched refs:CONSTANTCOLOR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-cf.c23 #define CONSTANTCOLOR 0x10 macro
34 regmap_reg_range(STATICCONTROL, CONSTANTCOLOR),
50 .max_register = CONSTANTCOLOR,
71 regmap_write(cf->reg_cfg, CONSTANTCOLOR, 0); in dc_cf_constantcolor_black()
76 regmap_write(cf->reg_cfg, CONSTANTCOLOR, BLUE(0xff)); in dc_cf_constantcolor_blue()
H A Ddc-fl.c25 #define CONSTANTCOLOR(x) (0x30 + FRAC_OFFSET * (x)) macro
137 fu->reg_constantcolor[i] = CONSTANTCOLOR(i); in dc_fl_bind()
H A Ddc-fw.c26 #define CONSTANTCOLOR(x) (0x30 + FRAC_OFFSET * (x)) macro
174 fu->reg_constantcolor[i] = CONSTANTCOLOR(i); in dc_fw_bind()