Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c146 FREQ2FBIN(2412, 1),
147 FREQ2FBIN(2437, 1),
148 FREQ2FBIN(2472, 1),
157 FREQ2FBIN(2412, 1),
158 FREQ2FBIN(2484, 1),
161 FREQ2FBIN(2412, 1),
162 FREQ2FBIN(2437, 1),
163 FREQ2FBIN(2472, 1)
166 FREQ2FBIN(2412, 1),
167 FREQ2FBIN(2437, 1),
[all …]
Deeprom.c400 match = ath9k_hw_get_lower_upper_index((u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_gain_boundaries_pdadcs()
475 FREQ2FBIN(centers. in ath9k_hw_get_gain_boundaries_pdadcs()
Deeprom.h98 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
Deeprom_def.c38 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ath9k_get_txgain_index()
706 resetFreqBin = FREQ2FBIN(centers.synth_center, in ath9k_hw_def_set_addac()
Deeprom_9287.c355 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ar9287_eeprom_get_tx_gain_index()