Home
last modified time | relevance | path

Searched refs:AR_AntModeXmit (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h47 #define AR_AntModeXmit 0x1e000000 /* TX antenna seslection */ macro
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h56 #define AR_AntModeXmit 0x02000000 /* TX antenna seslection */ macro
H A Dar5210_xmit.c512 | (antMode ? AR_AntModeXmit : 0) in ar5210SetupTxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h65 #define AR_AntModeXmit 0x1e000000 /* TX antenna seslection */ macro
H A Dar5212_xmit.c722 | SM(antMode, AR_AntModeXmit) in ar5212SetupTxDesc()
/freebsd/tools/tools/ath/athalq/
H A Dar5210_ds.c95 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5210_decode_txdesc()
H A Dar5211_ds.c97 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5211_decode_txdesc()
H A Dar5212_ds.c103 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5212_decode_txdesc()