Home
last modified time | relevance | path

Searched refs:spur_delta_phase (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c175 int spur_delta_phase; in ar9002_hw_spur_mitigate() local
255 spur_delta_phase = in ar9002_hw_spur_mitigate()
259 spur_delta_phase = in ar9002_hw_spur_mitigate()
268 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar9002_hw_spur_mitigate()
Dar9003_phy.c389 int spur_delta_phase, in ar9003_hw_spur_ofdm() argument
402 AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase); in ar9003_hw_spur_ofdm()
494 int spur_delta_phase = 0; in ar9003_hw_spur_ofdm_work() local
517 spur_delta_phase = (freq_offset << 17) / 5; in ar9003_hw_spur_ofdm_work()
522 spur_delta_phase = (freq_offset << 18) / 5; in ar9003_hw_spur_ofdm_work()
526 spur_delta_phase = spur_delta_phase & 0xfffff; in ar9003_hw_spur_ofdm_work()
531 spur_delta_phase, in ar9003_hw_spur_ofdm_work()
Dar5008_phy.c425 int spur_delta_phase; in ar5008_hw_spur_mitigate() local
464 spur_delta_phase = ((bb_spur * 524288) / 100) & in ar5008_hw_spur_mitigate()
472 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar5008_hw_spur_mitigate()
/drivers/net/wireless/ath/ath5k/
Dphy.c1915 s32 spur_delta_phase, spur_freq_sigma_delta; in ath5k_hw_set_spur_mitigation_filter() local
1969 spur_delta_phase = (spur_offset << 16) / 25; in ath5k_hw_set_spur_mitigation_filter()
1970 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()
1975 spur_delta_phase = (spur_offset << 18) / 25; in ath5k_hw_set_spur_mitigation_filter()
1976 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()
1981 spur_delta_phase = (spur_offset << 19) / 25; in ath5k_hw_set_spur_mitigation_filter()
1982 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()
1988 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
1990 (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()
1996 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
[all …]