Home
last modified time | relevance | path

Searched refs:ds_coef_man (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c865 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local
877 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope()
881 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
887 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope()
891 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
Dar9003_phy.c1010 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar9003_hw_set_delta_slope() local
1030 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope()
1034 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
1044 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope()
1049 AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
/drivers/net/wireless/ath/ath5k/
Dphy.c290 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()