Searched refs:coef_b (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | armada_thermal.c | 88 s64 coef_b; member 388 b = priv->data->coef_b; in armada_read_sensor() 460 s64 b = data->coef_b; in armada_mc_to_reg_temp() 578 .coef_b = 3153000000ULL, 590 .coef_b = 3153000000ULL, 602 .coef_b = 3171900000ULL, 615 .coef_b = 1172499100ULL, 632 .coef_b = -150000LL, 656 .coef_b = 1172499100ULL,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1059 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1068 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1073 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef() local
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 1304 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1313 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1318 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A 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()
|
Completed in 27 milliseconds