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

/freebsd-10.3-release/tools/tools/ath/athrd/
H A Dathrd.c1341 u_int16_t tempChannelList[NUM_EDGES]; local
1349 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
1353 ar5212GetLowerUpperValues(channel, tempChannelList,
1356 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
1419 u_int16_t tempChannelList[NUM_TEST_FREQUENCIES]; local
1425 tempChannelList[i] = powInfo[i].testChannel;
1427 ar5212GetLowerUpperValues(chan->ic_freq, tempChannelList,
1433 if (clo == tempChannelList[i]) {
1436 if (chi == tempChannelList[i]) {
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1509 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ local
1532 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
1536 ar5211GetLowerUpperValues(freq, tempChannelList,
1540 if (lowerChannel == tempChannelList[i])
1554 tempChannelList[i] = pPowerInfo[i].testChannel;
1556 ar5211GetLowerUpperValues(freq, tempChannelList,
1561 if (lowerChannel == tempChannelList[i])
1563 if (upperChannel == tempChannelList[i]) {
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2492 uint16_t tempChannelList[NUM_EDGES]; local
2500 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
2504 ar5212GetLowerUpperValues(channel, tempChannelList,
2507 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
2571 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; local
2577 tempChannelList[i] = powInfo[i].testChannel;
2579 ar5212GetLowerUpperValues(freq, tempChannelList,
2585 if (clo == tempChannelList[i]) {
2588 if (chi == tempChannelList[i]) {

Completed in 179 milliseconds