Searched refs:AR_RTSCTSEnable (Results 1 – 9 of 9) sorted by relevance
44 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
541 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0) in ar5211SetupTxDesc()
53 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
520 ads->ds_ctl0 |= AR_RTSCTSEnable; in ar5210SetupTxDesc()
62 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS protocol enable */ macro
751 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0) in ar5212SetupTxDesc()
95 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5210_decode_txdesc()
96 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5211_decode_txdesc()
102 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5212_decode_txdesc()