Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fl.c27 #define FRAMEDIMENSIONS 0x150 macro
38 regmap_reg_range(STATICCONTROL, FRAMEDIMENSIONS),
54 .max_register = FRAMEDIMENSIONS,
77 regmap_write(fu->reg_cfg, FRAMEDIMENSIONS, in dc_fl_set_framedimensions()
H A Ddc-fw.c28 #define FRAMEDIMENSIONS 0x150 macro
60 regmap_reg_range(STATICCONTROL, FRAMEDIMENSIONS),
105 regmap_write(fu->reg_cfg, FRAMEDIMENSIONS, in dc_fw_set_framedimensions()
H A Ddc-cf.c19 #define FRAMEDIMENSIONS 0xc macro
66 regmap_write(cf->reg_cfg, FRAMEDIMENSIONS, WIDTH(w) | HEIGHT(h)); in dc_cf_framedimensions()