Searched refs:coef_b (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | armada_thermal.c | 87 s64 coef_b; member 341 b = priv->data->coef_b; in armada_read_sensor() 406 .coef_b = 3153000000ULL, 418 .coef_b = 3153000000ULL, 430 .coef_b = 3171900000ULL, 443 .coef_b = 1172499100ULL, 457 .coef_b = -150000LL, 473 .coef_b = 1172499100ULL,
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1103 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1112 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1117 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 1338 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1347 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1352 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|