Searched refs:ds_coef_man (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 838 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local 850 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 854 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope() 860 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 864 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
|
D | ar9003_phy.c | 1028 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar9003_hw_set_delta_slope() local 1048 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 1052 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope() 1062 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 1067 AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
|
/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 290 ds_coef_exp, ds_coef_man, clock; in ath5k_hw_write_ofdm_timings() local 334 ds_coef_man = coef_man >> (24 - coef_exp); in ath5k_hw_write_ofdm_timings() 338 AR5K_PHY_TIMING_3_DSC_MAN, ds_coef_man); in ath5k_hw_write_ofdm_timings()
|