Home
last modified time | relevance | path

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

/drivers/staging/otus/hal/
Dhpusb.h259 #define FREQ2FBIN(x,y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
/drivers/net/wireless/ath9k/
Deeprom.c543 (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()
Dhw.h942 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro