Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c580 (uint8_t)FREQ2FBIN(centers.synth_center, in ath9k_hw_get_4k_gain_boundaries_pdadcs()
620 FREQ2FBIN(centers. in ath9k_hw_get_4k_gain_boundaries_pdadcs()
749 (uint8_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)), in ath9k_hw_get_def_gain_boundaries_pdadcs()
788 FREQ2FBIN(centers. in ath9k_hw_get_def_gain_boundaries_pdadcs()
2125 FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)); in ath9k_hw_set_def_addac()
H A Darn_hw.h965 #define FREQ2FBIN(x, y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro