Lines Matching refs:MS

123 			ah->intr_txqs = MS(s0_s, AR_ISR_S0_QCU_TXOK);  in ar9002_hw_get_isr()
124 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC); in ar9002_hw_get_isr()
125 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR); in ar9002_hw_get_isr()
126 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL); in ar9002_hw_get_isr()
147 MS(s5_s, AR_ISR_S5_GENTIMER_TRIG); in ar9002_hw_get_isr()
150 MS(s5_s, AR_ISR_S5_GENTIMER_THRESH); in ar9002_hw_get_isr()
332 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc()
333 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc()
334 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc()
337 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc()
338 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); in ar9002_hw_proc_txdesc()
339 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); in ar9002_hw_proc_txdesc()
371 ts->ts_shortretry = MS(status, AR_RTSFailCnt); in ar9002_hw_proc_txdesc()
372 ts->ts_longretry = MS(status, AR_DataFailCnt); in ar9002_hw_proc_txdesc()
373 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); in ar9002_hw_proc_txdesc()
376 ts->ts_rssi = MS(status, AR_TxRSSICombined); in ar9002_hw_proc_txdesc()
377 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); in ar9002_hw_proc_txdesc()
378 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); in ar9002_hw_proc_txdesc()
379 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); in ar9002_hw_proc_txdesc()
394 return MS(READ_ONCE(ads->ds_ctl4), AR_PacketDur0); in ar9002_hw_get_duration()
396 return MS(READ_ONCE(ads->ds_ctl4), AR_PacketDur1); in ar9002_hw_get_duration()
398 return MS(READ_ONCE(ads->ds_ctl5), AR_PacketDur2); in ar9002_hw_get_duration()
400 return MS(READ_ONCE(ads->ds_ctl5), AR_PacketDur3); in ar9002_hw_get_duration()