Searched refs:ds_ctl2 (Results 1 – 2 of 2) sorted by relevance
269 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ath9k_hw_filltxdesc()274 ads->ds_ctl2 = 0; in ath9k_hw_filltxdesc()458 ads->ds_ctl2 = set11nTries(series, 0) | in ath9k_hw_set11n_ratescenario()481 last_ads->ds_ctl2 = ads->ds_ctl2; in ath9k_hw_set11n_ratescenario()540 ads->ds_ctl2 &= ~AR_BurstDur; in ath9k_hw_set11n_burstduration()541 ads->ds_ctl2 |= SM(burstDuration, AR_BurstDur); in ath9k_hw_set11n_burstduration()
76 #define ds_ctl2 u.tx.ctl2 macro