Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2107 int matchIndex = -1, lowIndex = -1; in ar5416GetTargetPowers() local
2125 lowIndex = i - 1; in ar5416GetTargetPowers()
2129 if ((matchIndex == -1) && (lowIndex == -1)) { in ar5416GetTargetPowers()
2138 HALASSERT(lowIndex != -1); in ar5416GetTargetPowers()
2143 clo = fbin2freq(powInfo[lowIndex].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2144 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers()
2148 powInfo[lowIndex].tPow2x[i], powInfo[lowIndex + 1].tPow2x[i]); in ar5416GetTargetPowers()
2167 int matchIndex = -1, lowIndex = -1; in ar5416GetTargetPowersLeg() local
2185 lowIndex = i - 1; in ar5416GetTargetPowersLeg()
2189 if ((matchIndex == -1) && (lowIndex == -1)) { in ar5416GetTargetPowersLeg()
[all …]