Searched refs:spur_delta_phase (Results 1 – 3 of 3) sorted by relevance
176 int spur_delta_phase; in ar9002_hw_spur_mitigate() local256 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()
438 int spur_delta_phase; in ar5008_hw_spur_mitigate() local477 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()
1908 s32 spur_delta_phase, spur_freq_sigma_delta; in ath5k_hw_set_spur_mitigation_filter() local1962 spur_delta_phase = (spur_offset << 16) / 25; in ath5k_hw_set_spur_mitigation_filter()1963 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()1968 spur_delta_phase = (spur_offset << 18) / 25; in ath5k_hw_set_spur_mitigation_filter()1969 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()1974 spur_delta_phase = (spur_offset << 19) / 25; in ath5k_hw_set_spur_mitigation_filter()1975 spur_freq_sigma_delta = (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()1981 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()1983 (spur_delta_phase >> 10); in ath5k_hw_set_spur_mitigation_filter()1989 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()[all …]