Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c176 int spur_delta_phase; in ar9002_hw_spur_mitigate() local
256 spur_delta_phase = in ar9002_hw_spur_mitigate()
260 spur_delta_phase = in ar9002_hw_spur_mitigate()
269 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar9002_hw_spur_mitigate()
H A Dar9003_phy.c372 int spur_delta_phase, in ar9003_hw_spur_ofdm() argument
385 AR_PHY_TIMING11_SPUR_DELTA_PHASE, spur_delta_phase); in ar9003_hw_spur_ofdm()
477 int spur_delta_phase = 0; in ar9003_hw_spur_ofdm_work() local
500 spur_delta_phase = (freq_offset << 17) / 5; in ar9003_hw_spur_ofdm_work()
505 spur_delta_phase = (freq_offset << 18) / 5; in ar9003_hw_spur_ofdm_work()
509 spur_delta_phase = spur_delta_phase & 0xfffff; in ar9003_hw_spur_ofdm_work()
514 spur_delta_phase, in ar9003_hw_spur_ofdm_work()
H A Dar5008_phy.c438 int spur_delta_phase; in ar5008_hw_spur_mitigate() local
477 spur_delta_phase = ((bb_spur * 524288) / 100) & in ar5008_hw_spur_mitigate()
485 SM(spur_delta_phase, AR_PHY_TIMING11_SPUR_DELTA_PHASE)); in ar5008_hw_spur_mitigate()