/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_reset.c | 2365 uint16_t clo = 0, chi = 0, twiceMaxEdgePower; local in function:ar5212GetMaxEdgePower 2377 numEdges, &clo, &chi); 2379 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) 2384 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { 2443 uint16_t clo = 0, chi = 0, ixlo, ixhi; local in function:ar5212GetTargetPowers 2451 numChannels, &clo, &chi); 2456 if (clo == tempChannelList[i]) { 2469 pNewPower->twicePwr6_24 = interpolate(chan->channel, clo, chi, 2471 pNewPower->twicePwr36 = interpolate(chan->channel, clo, chi [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_reset.c | 1701 uint16_t clo, chi; local in function:ar5416GetTargetPowers 1739 clo = fbin2freq(powInfo[lowIndex].bChannel, IS_CHAN_2GHZ(chan)); 1743 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi, 1761 uint16_t clo, chi; local in function:ar5416GetTargetPowersLeg 1799 clo = fbin2freq(powInfo[lowIndex].bChannel, IS_CHAN_2GHZ(chan)); 1803 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
|