Symbol: fbin2freq
sys/dev/ath/ath_hal/ah_eeprom_9287.c
258
rep[j].rdEdge = fbin2freq(
sys/dev/ath/ath_hal/ah_eeprom_v14.c
296
rep[j].rdEdge = fbin2freq(
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1094
rep[j].rdEdge = fbin2freq(ee, rep[j].rdEdge);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
122
ee->ee_channels11a[i] = fbin2freq(ee, ee->ee_channels11a[i]);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
304
freq[numPiers++] = fbin2freq(ee,
sys/dev/ath/ath_hal/ah_eeprom_v3.c
309
freq[numPiers++] = fbin2freq(ee,
sys/dev/ath/ath_hal/ah_eeprom_v3.c
465
freq[numPiers++] = fbin2freq(ee, (eeval & freqmask));
sys/dev/ath/ath_hal/ah_eeprom_v3.c
472
freq[numPiers++] = fbin2freq(ee, (eeval >> 8) & freqmask);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
976
pPowerInfo->testChannel = fbin2freq(ee, pPowerInfo->testChannel);
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
248
rep[j].rdEdge = fbin2freq(
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2078
if (freq == fbin2freq(pRdEdgesPower[i].bChannel, is2GHz)) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2081
} else if ((i > 0) && (freq < fbin2freq(pRdEdgesPower[i].bChannel, is2GHz))) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2082
if (fbin2freq(pRdEdgesPower[i - 1].bChannel, is2GHz) < freq && (pRdEdgesPower[i - 1].tPowerFlag & CAL_CTL_EDGES_FLAG) != 0) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2115
if (freq <= fbin2freq(powInfo[0].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2119
if (freq == fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2122
} else if ((freq < fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) &&
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2123
(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))))
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2130
HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2143
clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2144
chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2175
if (freq <= fbin2freq(powInfo[0].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2179
if (freq == fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2182
} else if ((freq < fbin2freq(powInfo[i].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))) &&
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2183
(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan))))
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2190
HALASSERT(freq > fbin2freq(powInfo[i - 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2203
clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2204
chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan));