Lines Matching refs:spur_delta_phase
1915 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()
2070 AR5K_REG_SM(spur_delta_phase, in ath5k_hw_set_spur_mitigation_filter()