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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c136 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
645 chirpTpcPow = MS(ahp->ah_macTPC, AR_TPC_CHIRP);
646 if ((chirpTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower)
647 chirpTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset;
649 if (chirpTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
650 chirpTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
657 if (chirpTpcPow > 63)
658 chirpTpcPow = 63;
662 SM(chirpTpcPow, AR_TPC_CHIRP);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c89 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
435 chirpTpcPow = 63;
438 SM(chirpTpcPow, AR_TPC_CHIRP);

Completed in 123 milliseconds