Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Darmada_thermal.c81 s64 coef_b; member
372 b = priv->data->coef_b; in armada_read_sensor()
441 s64 b = data->coef_b; in armada_mc_to_reg_temp()
559 .coef_b = 3153000000ULL,
571 .coef_b = 3153000000ULL,
583 .coef_b = 3171900000ULL,
596 .coef_b = 1172499100ULL,
613 .coef_b = -150000LL,
637 .coef_b = -128900LL,
661 .coef_b = 1172499100ULL,
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1285 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local
1294 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef()
1299 dispc_write_reg(dispc, DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()