Searched refs:AR_BurstDur (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1007 ads->ds_ctl2 &= ~(AR_BurstDur);
1008 ads->ds_ctl2 |= SM(burstDur, AR_BurstDur);
1091 ads->ds_ctl2 &= ~AR_BurstDur;
1092 ads->ds_ctl2 |= SM(burstDur + burstDuration, AR_BurstDur);
H A Dar5416desc.h136 #define AR_BurstDur 0x00007fff macro
/freebsd-12-stable/tools/tools/ath/athalq/
H A Dar5416_ds.c175 MS(txc.ds_ctl2, AR_BurstDur));
H A Dar5416_ds_tdma.c178 MS(txc.ds_ctl2, AR_BurstDur));

Completed in 163 milliseconds