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

  /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,
  /src/sys/dev/ic/
ahcisata_core.c 865 /* Can't handle command still running without CLO */
903 * without CLO we can't make sure a software reset will
1641 int flags, int clo)
1649 if (clo) {
1662 printf("%s: channel wouldn't CLO\n", AHCINAME(sc));

Completed in 152 milliseconds