Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c856 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar5008_hw_set_delta_slope() local
868 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar5008_hw_set_delta_slope()
872 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); 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()
882 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5008_hw_set_delta_slope()
Dar9003_phy.c1001 u32 coef_scaled, ds_coef_exp, ds_coef_man; in ar9003_hw_set_delta_slope() local
1021 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope()
1025 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
1035 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man, in ar9003_hw_set_delta_slope()
1040 AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9003_hw_set_delta_slope()
/linux-6.1.9/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()