Searched refs:coef_b (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | armada_thermal.c | 86 s64 coef_b; member 383 b = priv->data->coef_b; in armada_read_sensor() 452 s64 b = data->coef_b; in armada_mc_to_reg_temp() 570 .coef_b = 3153000000ULL, 582 .coef_b = 3153000000ULL, 594 .coef_b = 3171900000ULL, 607 .coef_b = 1172499100ULL, 624 .coef_b = -150000LL, 648 .coef_b = -128900LL, 672 .coef_b = 1172499100ULL,
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 1057 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1066 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1071 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 1314 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1323 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1328 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|