Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c1909 s32 spur_offset, num_symbols_x16; in ath5k_hw_set_spur_mitigation_filter() local
1952 spur_offset = spur_chan_fbin - chan_fbin; in ath5k_hw_set_spur_mitigation_filter()
1962 spur_delta_phase = (spur_offset << 16) / 25; in ath5k_hw_set_spur_mitigation_filter()
1968 spur_delta_phase = (spur_offset << 18) / 25; in ath5k_hw_set_spur_mitigation_filter()
1974 spur_delta_phase = (spur_offset << 19) / 25; in ath5k_hw_set_spur_mitigation_filter()
1981 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
1989 spur_delta_phase = (spur_offset << 17) / 25; in ath5k_hw_set_spur_mitigation_filter()
1991 (spur_offset << 8) / 55; in ath5k_hw_set_spur_mitigation_filter()
2003 num_symbols_x16 = ((spur_offset * 1000) << 4) / symbol_width; in ath5k_hw_set_spur_mitigation_filter()