Searched refs:coef_scaled (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar5008_phy.c | 856 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local 866 coef_scaled = clockMhzScaled / centers.synth_center; in ar5008_hw_set_delta_slope() 868 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 876 coef_scaled = (9 * coef_scaled) / 10; in ar5008_hw_set_delta_slope() 878 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | phy.c | 290 u32 coef_scaled, coef_exp, coef_man, in ath5k_hw_write_ofdm_timings() local 314 coef_scaled = ((5 * (clock << 24)) / 2) / channel->center_freq; in ath5k_hw_write_ofdm_timings() 318 coef_exp = ilog2(coef_scaled); in ath5k_hw_write_ofdm_timings() 321 if (!coef_scaled || !coef_exp) in ath5k_hw_write_ofdm_timings() 330 coef_man = coef_scaled + in ath5k_hw_write_ofdm_timings()
|