HomeSort by: relevance | last modified time | path
    Searched defs:matchIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 1703 int matchIndex = -1, lowIndex = -1;
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;
1772 matchIndex = 0;
1776 matchIndex = i
    [all...]
ar5416_reset.c 1703 int matchIndex = -1, lowIndex = -1;
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;
1772 matchIndex = 0;
1776 matchIndex = i
    [all...]
ar5416_reset.c 1703 int matchIndex = -1, lowIndex = -1;
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;
1772 matchIndex = 0;
1776 matchIndex = i
    [all...]

Completed in 34 milliseconds