Symbol: ds_ctl11
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
389
ads->ds_ctl11 = SM(0, AR_AntCtl3) | SM(txPower, AR_XmitPower3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
422
ads->ds_ctl11 = SM(0, AR_AntCtl3) | SM(0, AR_XmitPower3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
651
ads->ds_ctl11 = SM(0, AR_AntCtl3) | SM(txPower, AR_XmitPower3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
671
ads->ds_ctl11 = SM(0, AR_AntCtl3) | SM(0, AR_XmitPower3);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
967
ads->ds_ctl11 = SM(0, AR_AntCtl3) | SM(txPower, AR_XmitPower3);
tools/tools/ath/athalq/ar5416_ds.c
245
MS(txc.ds_ctl11, AR_XmitPower3),
tools/tools/ath/athalq/ar5416_ds.c
246
txc.ds_ctl11 & AR_AntCtl3);
tools/tools/ath/athalq/ar5416_ds_tdma.c
249
MS(txc.ds_ctl11, AR_XmitPower3),
tools/tools/ath/athalq/ar5416_ds_tdma.c
250
txc.ds_ctl11 & AR_AntCtl3);
tools/tools/ath/athalq/ar9300_ds.c
199
txc.ds_ctl11 & AR_frame_len,
tools/tools/ath/athalq/ar9300_ds.c
200
MF(txc.ds_ctl11, AR_virt_more_frag),
tools/tools/ath/athalq/ar9300_ds.c
201
MF(txc.ds_ctl11, AR_low_rx_chain),
tools/tools/ath/athalq/ar9300_ds.c
202
MF(txc.ds_ctl11, AR_tx_clear_retry));
tools/tools/ath/athalq/ar9300_ds.c
204
MS(txc.ds_ctl11, AR_xmit_power0),
tools/tools/ath/athalq/ar9300_ds.c
205
MF(txc.ds_ctl11, AR_rts_enable),
tools/tools/ath/athalq/ar9300_ds.c
206
MF(txc.ds_ctl11, AR_veol),
tools/tools/ath/athalq/ar9300_ds.c
207
MF(txc.ds_ctl11, AR_clr_dest_mask));
tools/tools/ath/athalq/ar9300_ds.c
209
MF(txc.ds_ctl11, AR_tx_intr_req),
tools/tools/ath/athalq/ar9300_ds.c
210
MF(txc.ds_ctl11, AR_dest_idx_valid),
tools/tools/ath/athalq/ar9300_ds.c
211
MF(txc.ds_ctl11, AR_cts_enable));