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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c136 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
629 ackTpcPow = MS(ahp->ah_macTPC, AR_TPC_ACK);
630 if ((ackTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower)
631 ackTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset;
633 if (ackTpcPow > (2*chan->ic_maxregpower - twiceAntennaReduction))
634 ackTpcPow = (2*chan->ic_maxregpower - twiceAntennaReduction)
653 if (ackTpcPow > 63)
654 ackTpcPow = 63;
660 powerVal = SM(ackTpcPow, AR_TPC_ACK) |
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c89 uint32_t ackTpcPow, ctsTpcPow, chirpTpcPow; local
433 ackTpcPow = 63;
436 powerVal = SM(ackTpcPow, AR_TPC_ACK) |

Completed in 107 milliseconds