Searched refs:ds_coef_man (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9003_phy.c | 680 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar9003_hw_set_delta_slope() local 700 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 704 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope() 714 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope() 719 AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
|
D | ar5008_phy.c | 913 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local 925 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 929 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope() 935 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope() 939 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 222 ds_coef_exp, ds_coef_man, clock; in ath5k_hw_write_ofdm_timings() local 266 ds_coef_man = coef_man >> (24 - coef_exp); in ath5k_hw_write_ofdm_timings() 270 AR5K_PHY_TIMING_3_DSC_MAN, ds_coef_man); in ath5k_hw_write_ofdm_timings()
|