Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dphy.c1912 s32 spur_offset, num_symbols_x16; in ath5k_hw_set_spur_mitigation_filter() local
1955 spur_offset = spur_chan_fbin - chan_fbin; in ath5k_hw_set_spur_mitigation_filter()
1965 spur_delta_phase = (spur_offset << 16) / 25; in ath5k_hw_set_spur_mitigation_filter()
1971 spur_delta_phase = (spur_offset << 18) / 25; in ath5k_hw_set_spur_mitigation_filter()
1977 spur_delta_phase = (spur_offset << 19) / 25; in ath5k_hw_set_spur_mitigation_filter()
1984 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
1992 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
1994 (spur_offset << 8) / 55; in ath5k_hw_set_spur_mitigation_filter()
2006 num_symbols_x16 = ((spur_offset * 1000) << 4) / symbol_width; in ath5k_hw_set_spur_mitigation_filter()