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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c1703 int matchIndex = -1, lowIndex = -1; local
1721 lowIndex = i - 1;
1725 if ((matchIndex == -1) && (lowIndex == -1)) {
1734 HALASSERT(lowIndex != -1);
1739 clo = fbin2freq(powInfo[lowIndex].bChannel, IS_CHAN_2GHZ(chan));
1740 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IS_CHAN_2GHZ(chan));
1744 powInfo[lowIndex].tPow2x[i], powInfo[lowIndex + 1].tPow2x[i]);
1763 int matchIndex = -1, lowIndex = -1; local
1781 lowIndex
[all...]

Completed in 53 milliseconds