Searched defs:txPower (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_mac.c285 u32 txPower, u32 keyIx,
290 if (txPower > 63)
291 txPower = 63;
295 | SM(txPower, AR_XmitPower)
283 ar9002_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktLen, enum ath9k_pkt_type type, u32 txPower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
H A Dhw-ops.h77 u32 txPower, u32 keyIx,
81 ath9k_hw_ops(ah)->set11n_txdesc(ah, ds, pktLen, type, txPower, keyIx,
75 ath9k_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktLen, enum ath9k_pkt_type type, u32 txPower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
H A Dath9k_eeprom_9287.c274 int32_t txPower, u16 chain)
298 a = (txPower)&0xff;
308 a = (txPower)&0xff;
380 int8_t txPower; local
384 &txPower);
385 ar9287_eeprom_olpc_set_pdadcs(ah, txPower, i);
273 ar9287_eeprom_olpc_set_pdadcs(struct ath_hw *ah, int32_t txPower, u16 chain) argument
H A Dath9k_eeprom_def.c62 int txPower,
76 offset = txPower;
787 u8 txPower; local
791 pCalBChans, numPiers, &txPower, &pcdacIdx);
793 txPower/2, pdadcValues);
60 ath9k_olc_get_pdadcs(struct ath_hw *ah, u32 initTxGain, int txPower, u8 *pPDADCValues) argument

Completed in 42 milliseconds