Searched refs:FREQ2FBIN (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 168 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 …]
|
D | eeprom.c | 361 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()
|
D | eeprom.h | 98 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
|
D | eeprom_def.c | 37 (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()
|
D | eeprom_9287.c | 255 (u8)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ar9287_eeprom_get_tx_gain_index()
|