Searched refs:FREQ2FBIN (Results 1 – 3 of 3) sorted by relevance
259 #define FREQ2FBIN(x,y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
543 (u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_4k_gain_boundaries_pdadcs()583 FREQ2FBIN(centers. in ath9k_hw_get_4k_gain_boundaries_pdadcs()707 match = ath9k_hw_get_lower_upper_index((u8)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_def_gain_boundaries_pdadcs()747 FREQ2FBIN(centers. in ath9k_hw_get_def_gain_boundaries_pdadcs()2053 resetFreqBin = FREQ2FBIN(centers.synth_center, in ath9k_hw_set_def_addac()
942 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro