Searched refs:ath9k_hw_fbin2freq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c76 ath9k_hw_fbin2freq(uint8_t fbin, boolean_t is2GHz) function
897 if (freq <= ath9k_hw_fbin2freq(powInfo[0].bChannel,
903 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
908 ath9k_hw_fbin2freq(powInfo[i].bChannel,
910 (freq > ath9k_hw_fbin2freq(powInfo[i - 1].bChannel,
923 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
925 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
955 ath9k_hw_fbin2freq(powInfo[0].bChannel, IS_CHAN_2GHZ(chan))) {
960 if (freq == ath9k_hw_fbin2freq(powInfo[i].bChannel,
966 ath9k_hw_fbin2freq(powInf
[all...]

Completed in 46 milliseconds