Searched refs:txPower (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.h29 int32_t txPower, uint16_t chain);
H A Dar9287_olc.c132 ar9287olcSetPDADCs(struct ath_hal *ah, int32_t txPower, argument
157 a = (txPower)&0xff;
167 a = (txPower)&0xff;
H A Dar9280_olc.h35 int txPower, uint8_t *pPDADCValues);
H A Dar9280_olc.c95 * XXX txPower here is likely not the target txPower in the traditional
100 ar9280olcGetPDADCs(struct ath_hal *ah, uint32_t initTxGain, int txPower, argument
111 offset = txPower;
357 uint8_t txPower; local
361 pCalBChans, numPiers, &txPower, &pcdacIdx);
362 ar9280olcGetPDADCs(ah, pcdacIdx, txPower / 2, pdadcValues);
H A Dar9287_reset.c100 int8_t txPower; local
106 &txPower);
107 ar9287olcSetPDADCs(ah, txPower, i);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c225 uint16_t txPower, HAL_BOOL is_ht40)
234 n_txpower = txPower;
326 u_int txPower,
349 txPower = (txPower + AH5212(ah)->ah_txPowerIndexOffset);
350 if (txPower > 63)
351 txPower = 63;
358 txPower = ar5416GetTxRatePower(ah, txRate0,
360 txPower,
365 | (txPower << AR_XmitPower_
224 ar5416GetTxRatePower(struct ath_hal *ah, uint8_t rate, uint8_t tx_chainmask, uint16_t txPower, HAL_BOOL is_ht40) argument
322 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
619 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) argument
935 uint16_t txPower; local
[all...]
H A Dar5416.h377 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
405 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0,
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx,
61 struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower,
68 void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower,
H A Dar9300_freebsd.c533 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
546 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx,
632 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0,
656 HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags)
668 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx,
532 ar9300_freebsd_setup_tx_desc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsCtsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
631 ar9300_freebsd_setup_first_tx_desc(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) argument
655 ar9300_freebsd_setup_11n_desc(struct ath_hal *ah, void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) argument
H A Dar9300_stub_funcs.h177 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
H A Dar9300_stub_funcs.c1019 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
1018 ar9300_Stub_SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c693 u_int txPower,
716 txPower = (txPower + ahp->ah_txPowerIndexOffset );
717 if(txPower > 63) txPower=63;
720 | (txPower << AR_XmitPower_S)
689 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
H A Dar5212.h601 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c481 u_int txPower,
495 (void) txPower;
477 ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
H A Dar5210.h166 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c514 u_int txPower,
528 (void) txPower;
510 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, u_int rtsctsRate, u_int rtsctsDuration, u_int compicvLen, u_int compivLen, u_int comp) argument
H A Dar5211.h189 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h1268 HAL_PKT_TYPE type, u_int txPower,

Completed in 204 milliseconds