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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 117 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow;
626 ctsTpcPow = MS(ahp->ah_macTPC, AR_TPC_CTS);
627 if ((ctsTpcPow-ahp->ah_txPowerIndexOffset) > ichan->maxTxPower)
628 ctsTpcPow = ichan->maxTxPower+ahp->ah_txPowerIndexOffset;
630 if (ctsTpcPow > (2*ichan->maxRegTxPower - twiceAntennaReduction))
631 ctsTpcPow = (2*ichan->maxRegTxPower - twiceAntennaReduction)
644 if (ctsTpcPow > 63)
645 ctsTpcPow = 63;
650 SM(ctsTpcPow, AR_TPC_CTS) |
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 108 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow;
350 ctsTpcPow = 63;
353 SM(ctsTpcPow, AR_TPC_CTS) |

Completed in 42 milliseconds