Searched refs:ds_coef_man (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 832 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local 844 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 848 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope() 854 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 858 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
|
D | ar9003_phy.c | 1023 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar9003_hw_set_delta_slope() local 1043 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 1047 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope() 1057 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 1062 AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
|
/linux-4.1.27/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()
|