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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.h31 int32_t txPower, uint16_t chain);
H A Dar9287_olc.c134 ar9287olcSetPDADCs(struct ath_hal *ah, int32_t txPower, argument
159 a = (txPower)&0xff;
169 a = (txPower)&0xff;
H A Dar9280_olc.h37 int txPower, uint8_t *pPDADCValues);
H A Dar9280_olc.c97 * XXX txPower here is likely not the target txPower in the traditional
102 ar9280olcGetPDADCs(struct ath_hal *ah, uint32_t initTxGain, int txPower, argument
113 offset = txPower;
357 uint8_t txPower; local
361 pCalBChans, numPiers, &txPower, &pcdacIdx);
362 ar9280olcGetPDADCs(ah, pcdacIdx, txPower / 2, pdadcValues);
H A Dar9287_reset.c102 int8_t txPower; local
108 &txPower);
109 ar9287olcSetPDADCs(ah, txPower, i);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c227 uint16_t txPower, HAL_BOOL is_ht40)
236 n_txpower = txPower;
327 u_int txPower,
350 txPower = (txPower + AH5212(ah)->ah_txPowerIndexOffset);
351 if (txPower > 63)
352 txPower = 63;
359 txPower = ar5416GetTxRatePower(ah, txRate0,
361 txPower,
366 | (txPower << AR_XmitPower_
226 ar5416GetTxRatePower(struct ath_hal *ah, uint8_t rate, uint8_t tx_chainmask, uint16_t txPower, HAL_BOOL is_ht40) argument
323 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
620 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
936 uint16_t txPower; local
[all...]
H A Dar5416.h374 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
402 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0,
/freebsd-12-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.c727 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
740 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx,
826 u_int aggrLen, u_int flags, u_int txPower, u_int txRate0,
850 HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags)
862 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx,
726 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
825 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
849 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-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c694 u_int txPower,
717 txPower = (txPower + ahp->ah_txPowerIndexOffset );
718 if(txPower > 63) txPower=63;
721 | (txPower << AR_XmitPower_S)
690 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.h603 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c483 u_int txPower,
497 (void) txPower;
479 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.h168 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c515 u_int txPower,
529 (void) txPower;
511 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.h191 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.h1291 HAL_PKT_TYPE type, u_int txPower,

Completed in 281 milliseconds