Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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),
169 FREQ2FBIN(2472, 1)
[all …]
H A Deeprom.c511 match = ath9k_hw_get_lower_upper_index((u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_gain_boundaries_pdadcs()
585 FREQ2FBIN(centers. in ath9k_hw_get_gain_boundaries_pdadcs()
H A 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()
H A Deeprom.h109 #define FREQ2FBIN(x, y) (u8)((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
H A Deeprom_9287.c300 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ar9287_eeprom_get_tx_gain_index()