Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c168 FREQ2FBIN(2412, 1),
169 FREQ2FBIN(2437, 1),
170 FREQ2FBIN(2472, 1),
179 FREQ2FBIN(2412, 1),
180 FREQ2FBIN(2484, 1),
183 FREQ2FBIN(2412, 1),
184 FREQ2FBIN(2437, 1),
185 FREQ2FBIN(2472, 1)
188 FREQ2FBIN(2412, 1),
189 FREQ2FBIN(2437, 1),
[all …]
Deeprom.c361 match = ath9k_hw_get_lower_upper_index((u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_gain_boundaries_pdadcs()
436 FREQ2FBIN(centers. in ath9k_hw_get_gain_boundaries_pdadcs()
Deeprom.h98 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
Deeprom_def.c37 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ath9k_get_txgain_index()
590 resetFreqBin = FREQ2FBIN(centers.synth_center, in ath9k_hw_def_set_addac()
Deeprom_9287.c255 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ar9287_eeprom_get_tx_gain_index()