Searched refs:coef_b (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/thermal/ |
D | armada_thermal.c | 62 unsigned long coef_b; member 175 b = priv->data->coef_b; in armada_get_temp() 194 .coef_b = 3153000000UL, 205 .coef_b = 3153000000UL, 216 .coef_b = 3171900000UL, 227 .coef_b = 1172499100UL,
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1087 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1096 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1101 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|