Searched refs:ds_ctl7 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/tools/tools/ath/athalq/
H A Dar5416_ds.c208 /* ds_ctl7 */
210 MS(txc.ds_ctl7, AR_ChainSel0),
211 MF(txc.ds_ctl7, AR_GI0),
212 MF(txc.ds_ctl7, AR_2040_0),
213 MF(txc.ds_ctl7, AR_STBC0));
215 MS(txc.ds_ctl7, AR_ChainSel1),
216 MF(txc.ds_ctl7, AR_GI1),
217 MF(txc.ds_ctl7, AR_2040_1),
218 MF(txc.ds_ctl7, AR_STBC1));
220 MS(txc.ds_ctl7, AR_ChainSel
[all...]
H A Dar5416_ds_tdma.c214 /* ds_ctl7 */
216 MS(txc.ds_ctl7, AR_ChainSel0),
217 MF(txc.ds_ctl7, AR_GI0),
218 MF(txc.ds_ctl7, AR_2040_0),
219 MF(txc.ds_ctl7, AR_STBC0));
221 MS(txc.ds_ctl7, AR_ChainSel1),
222 MF(txc.ds_ctl7, AR_GI1),
223 MF(txc.ds_ctl7, AR_2040_1),
224 MF(txc.ds_ctl7, AR_STBC1));
226 MS(txc.ds_ctl7, AR_ChainSel
[all...]
H A Dar9300_ds.c185 MS(txc.ds_ctl7, AR_buf_len));
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c383 ads->ds_ctl7 = SM(ahp->ah_tx_chainmask, AR_ChainSel0)
410 ads->ds_ctl7 |= (rtsctsRate << AR_RTSCTSRate_S);
644 ads->ds_ctl7 = SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel0)
924 ads->ds_ctl7 = set11nRateFlags(series, 0)
H A Dar5416desc.h85 #define ds_ctl7 u.tx.ctl7 macro
184 /* ds_ctl7 */
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c52 + ads->ds_data2 + ads->ds_ctl7
88 ads->ds_ctl7 = (seg_len[2] << AR_buf_len_S) & AR_buf_len;
H A Dar9300desc.h65 u_int32_t ds_ctl7; /* DMA control 7 */ member in struct:ar9300_txc
111 /* ds_ctl7 */

Completed in 321 milliseconds