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

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1531 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ local
1554 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
1558 ar5211GetLowerUpperValues(chan->channel, tempChannelList,
1562 if (lowerChannel == tempChannelList[i])
1576 tempChannelList[i] = pPowerInfo[i].testChannel;
1578 ar5211GetLowerUpperValues(chan->channel, tempChannelList,
1583 if (lowerChannel == tempChannelList[i])
1585 if (upperChannel == tempChannelList[i]) {
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c2364 uint16_t tempChannelList[NUM_EDGES]; local
2372 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
2376 ar5212GetLowerUpperValues(channel, tempChannelList,
2379 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
2442 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; local
2448 tempChannelList[i] = powInfo[i].testChannel;
2450 ar5212GetLowerUpperValues(chan->channel, tempChannelList,
2456 if (clo == tempChannelList[i]) {
2459 if (chi == tempChannelList[i]) {

Completed in 180 milliseconds