Home
last modified time | relevance | path

Searched refs:ah_txPowerIndexOffset (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_reset.c633 if ((ackTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset()
634 ackTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
638 + ahp->ah_txPowerIndexOffset; in ar5212Reset()
641 if ((ctsTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset()
642 ctsTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
646 + ahp->ah_txPowerIndexOffset; in ar5212Reset()
649 if ((chirpTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset()
650 chirpTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset()
654 + ahp->ah_txPowerIndexOffset; in ar5212Reset()
2053 ahp->ah_ratesArray[i] += ahp->ah_txPowerIndexOffset; in ar5212SetTransmitPower()
HDar5212_rfgain.c166 probePowerIndex = ahp->ah_ofdmTxPower + ahp->ah_txPowerIndexOffset; in ar5212RequestRfgain()
HDar2317.c560 ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2317_t2); in ar2317SetPowerTable()
562 ahp->ah_txPowerIndexOffset = 0; in ar2317SetPowerTable()
HDar2413.c580 ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2); in ar2413SetPowerTable()
582 ahp->ah_txPowerIndexOffset = 0; in ar2413SetPowerTable()
HDar2316.c582 ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2316_t2); in ar2316SetPowerTable()
584 ahp->ah_txPowerIndexOffset = 0; in ar2316SetPowerTable()
HDar2425.c542 ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower2413_t2); in ar2425SetPowerTable()
544 ahp->ah_txPowerIndexOffset = 0; in ar2425SetPowerTable()
HDar5413.c624 ahp->ah_txPowerIndexOffset = (int16_t)(0 - minCalPower5413_t2); in ar5413SetPowerTable()
626 ahp->ah_txPowerIndexOffset = 0; in ar5413SetPowerTable()
HDar5111.c530 ahp->ah_txPowerIndexOffset = 0; in ar5111SetPowerTable()
HDar5212.h299 int16_t ah_txPowerIndexOffset; member
HDar5212_xmit.c716 txPower = (txPower + ahp->ah_txPowerIndexOffset ); in ar5212SetupTxDesc()
HDar5112.c536 ahp->ah_txPowerIndexOffset = PCDAC_STOP - *pPowerMax; in ar5112SetPowerTable()
HDar5212_misc.c1005 setting += ahp->ah_txPowerIndexOffset; in ar5212SetCapability()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_xmit.c349 txPower = (txPower + AH5212(ah)->ah_txPowerIndexOffset); in ar5416SetupTxDesc()
627 txPower = (txPower + ahp->ah_txPowerIndexOffset ); in ar5416SetupFirstTxDesc()
HDar5416_reset.c1117 ahp->ah_txPowerIndexOffset = txPowerIndexOffset; in ar5416SetTransmitPower()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
HDar9287_reset.c390 ahp->ah_txPowerIndexOffset = txPowerIndexOffset; in ar9287SetTransmitPower()
HDar9285_reset.c134 ahp->ah_txPowerIndexOffset = txPowerIndexOffset; in ar9285SetTransmitPower()