Searched refs:coef_b (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 = 2931108200UL,
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1083 u32 coef_r, coef_g, coef_b; in dispc_mgr_set_cpr_coef() local 1092 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef() 1097 dispc_write_reg(DISPC_CPR_COEF_B(channel), coef_b); in dispc_mgr_set_cpr_coef()
|