Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c290 u32 coef_scaled, coef_exp, coef_man, in ath5k_hw_write_ofdm_timings() local
330 coef_man = coef_scaled + in ath5k_hw_write_ofdm_timings()
335 ds_coef_man = coef_man >> (24 - coef_exp); in ath5k_hw_write_ofdm_timings()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c1300 u32 coef_exp, coef_man; in ath9k_hw_get_delta_slope_vals() local
1308 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ath9k_hw_get_delta_slope_vals()
1310 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ath9k_hw_get_delta_slope_vals()