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