Symbol: ds_ctl7
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
381
ads->ds_ctl7 = SM(ahp->ah_tx_chainmask, AR_ChainSel0)
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
408
ads->ds_ctl7 |= (rtsctsRate << AR_RTSCTSRate_S);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
642
ads->ds_ctl7 = SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel0)
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
922
ads->ds_ctl7 = set11nRateFlags(series, 0)
tools/tools/ath/athalq/ar5416_ds.c
208
MS(txc.ds_ctl7, AR_ChainSel0),
tools/tools/ath/athalq/ar5416_ds.c
209
MF(txc.ds_ctl7, AR_GI0),
tools/tools/ath/athalq/ar5416_ds.c
210
MF(txc.ds_ctl7, AR_2040_0),
tools/tools/ath/athalq/ar5416_ds.c
211
MF(txc.ds_ctl7, AR_STBC0));
tools/tools/ath/athalq/ar5416_ds.c
213
MS(txc.ds_ctl7, AR_ChainSel1),
tools/tools/ath/athalq/ar5416_ds.c
214
MF(txc.ds_ctl7, AR_GI1),
tools/tools/ath/athalq/ar5416_ds.c
215
MF(txc.ds_ctl7, AR_2040_1),
tools/tools/ath/athalq/ar5416_ds.c
216
MF(txc.ds_ctl7, AR_STBC1));
tools/tools/ath/athalq/ar5416_ds.c
218
MS(txc.ds_ctl7, AR_ChainSel2),
tools/tools/ath/athalq/ar5416_ds.c
219
MF(txc.ds_ctl7, AR_GI2),
tools/tools/ath/athalq/ar5416_ds.c
220
MF(txc.ds_ctl7, AR_2040_2),
tools/tools/ath/athalq/ar5416_ds.c
221
MF(txc.ds_ctl7, AR_STBC2));
tools/tools/ath/athalq/ar5416_ds.c
223
MS(txc.ds_ctl7, AR_ChainSel3),
tools/tools/ath/athalq/ar5416_ds.c
224
MF(txc.ds_ctl7, AR_GI3),
tools/tools/ath/athalq/ar5416_ds.c
225
MF(txc.ds_ctl7, AR_2040_3),
tools/tools/ath/athalq/ar5416_ds.c
226
MF(txc.ds_ctl7, AR_STBC3));
tools/tools/ath/athalq/ar5416_ds.c
228
printf(" RTSCtsRate=0x%02x\n", MS(txc.ds_ctl7, AR_RTSCTSRate));
tools/tools/ath/athalq/ar5416_ds_tdma.c
214
MS(txc.ds_ctl7, AR_ChainSel0),
tools/tools/ath/athalq/ar5416_ds_tdma.c
215
MF(txc.ds_ctl7, AR_GI0),
tools/tools/ath/athalq/ar5416_ds_tdma.c
216
MF(txc.ds_ctl7, AR_2040_0),
tools/tools/ath/athalq/ar5416_ds_tdma.c
217
MF(txc.ds_ctl7, AR_STBC0));
tools/tools/ath/athalq/ar5416_ds_tdma.c
219
MS(txc.ds_ctl7, AR_ChainSel1),
tools/tools/ath/athalq/ar5416_ds_tdma.c
220
MF(txc.ds_ctl7, AR_GI1),
tools/tools/ath/athalq/ar5416_ds_tdma.c
221
MF(txc.ds_ctl7, AR_2040_1),
tools/tools/ath/athalq/ar5416_ds_tdma.c
222
MF(txc.ds_ctl7, AR_STBC1));
tools/tools/ath/athalq/ar5416_ds_tdma.c
224
MS(txc.ds_ctl7, AR_ChainSel2),
tools/tools/ath/athalq/ar5416_ds_tdma.c
225
MF(txc.ds_ctl7, AR_GI2),
tools/tools/ath/athalq/ar5416_ds_tdma.c
226
MF(txc.ds_ctl7, AR_2040_2),
tools/tools/ath/athalq/ar5416_ds_tdma.c
227
MF(txc.ds_ctl7, AR_STBC2));
tools/tools/ath/athalq/ar5416_ds_tdma.c
229
MS(txc.ds_ctl7, AR_ChainSel3),
tools/tools/ath/athalq/ar5416_ds_tdma.c
230
MF(txc.ds_ctl7, AR_GI3),
tools/tools/ath/athalq/ar5416_ds_tdma.c
231
MF(txc.ds_ctl7, AR_2040_3),
tools/tools/ath/athalq/ar5416_ds_tdma.c
232
MF(txc.ds_ctl7, AR_STBC3));
tools/tools/ath/athalq/ar9300_ds.c
183
MS(txc.ds_ctl7, AR_buf_len));