Searched refs:coef_man (Results 1 – 3 of 3) sorted by relevance
1933 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; in ar5212SetDeltaSlope() local1967 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5212SetDeltaSlope()1968 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp); in ar5212SetDeltaSlope()
833 uint32_t coef_exp, coef_man; in ar5416GetDeltaSlopeValues() local849 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5416GetDeltaSlopeValues()851 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar5416GetDeltaSlopeValues()
749 u_int32_t coef_exp, coef_man; in ar9300_get_delta_slope_values() local769 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar9300_get_delta_slope_values()771 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar9300_get_delta_slope_values()