Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c147 FREQ2FBIN(2412, 1),
148 FREQ2FBIN(2437, 1),
149 FREQ2FBIN(2472, 1),
158 FREQ2FBIN(2412, 1),
159 FREQ2FBIN(2484, 1),
162 FREQ2FBIN(2412, 1),
163 FREQ2FBIN(2437, 1),
164 FREQ2FBIN(2472, 1)
167 FREQ2FBIN(2412, 1),
168 FREQ2FBIN(2437, 1),
[all …]
Deeprom.c501 match = ath9k_hw_get_lower_upper_index((u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_gain_boundaries_pdadcs()
575 FREQ2FBIN(centers. in ath9k_hw_get_gain_boundaries_pdadcs()
Deeprom_def.c38 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ath9k_get_txgain_index()
661 resetFreqBin = FREQ2FBIN(centers.synth_center, in ath9k_hw_def_set_addac()
Deeprom.h109 #define FREQ2FBIN(x, y) (u8)((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
Deeprom_9287.c300 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ar9287_eeprom_get_tx_gain_index()