Searched refs:coef_b (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/thermal/ |
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,
|
/linux-5.19.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 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()
|
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 1319 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1328 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1333 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|