Searched refs:coef_g (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1059 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1066 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) | in dispc_mgr_set_cpr_coef() 1072 dispc_write_reg(DISPC_CPR_COEF_G(channel), coef_g); in dispc_mgr_set_cpr_coef()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 1304 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1311 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) | in dispc_mgr_set_cpr_coef() 1317 dispc_write_reg(dispc, DISPC_CPR_COEF_G(channel), coef_g); in dispc_mgr_set_cpr_coef()
|