Searched refs:matchIndex (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
1712 matchIndex = 0;
1716 matchIndex = i;
1725 if ((matchIndex == -1) && (lowIndex == -1)) {
1727 matchIndex = i - 1;
1731 if (matchIndex != -1) {
1732 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower));
1763 int matchIndex = -1, lowIndex = -1; local
1772 matchIndex = 0;
1776 matchIndex
[all...]

Completed in 160 milliseconds