Home
last modified time | relevance | path

Searched refs:coef_r (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c1057 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local
1062 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) | in dispc_mgr_set_cpr_coef()
1069 dispc_write_reg(DISPC_CPR_COEF_R(channel), coef_r); in dispc_mgr_set_cpr_coef()
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Ddispc.c1314 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local
1319 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) | in dispc_mgr_set_cpr_coef()
1326 dispc_write_reg(dispc, DISPC_CPR_COEF_R(channel), coef_r); in dispc_mgr_set_cpr_coef()