Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Darmada_thermal.c90 s64 coef_b; member
387 b = priv->data->coef_b; in armada_read_sensor()
459 s64 b = data->coef_b; in armada_mc_to_reg_temp()
577 .coef_b = 3153000000ULL,
589 .coef_b = 3153000000ULL,
601 .coef_b = 3171900000ULL,
614 .coef_b = 1172499100ULL,
631 .coef_b = -150000LL,
655 .coef_b = 1172499100ULL,
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c1092 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local
1101 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef()
1106 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddispc.c1315 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local
1324 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef()
1329 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()