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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c117 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
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) |
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c108 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
350 ctsTpcPow = 63;
353 SM(ctsTpcPow, AR_TPC_CTS) |

Completed in 78 milliseconds