Lines Matching refs:WRITE_ONCE
42 WRITE_ONCE(ads->info, val); in ar9003_set_txdesc()
45 WRITE_ONCE(ads->link, i->link); in ar9003_set_txdesc()
48 WRITE_ONCE(ads->data0, i->buf_addr[0]); in ar9003_set_txdesc()
50 WRITE_ONCE(ads->data1, i->buf_addr[1]); in ar9003_set_txdesc()
52 WRITE_ONCE(ads->data2, i->buf_addr[2]); in ar9003_set_txdesc()
54 WRITE_ONCE(ads->data3, i->buf_addr[3]); in ar9003_set_txdesc()
57 WRITE_ONCE(ads->ctl3, val); in ar9003_set_txdesc()
59 WRITE_ONCE(ads->ctl5, val); in ar9003_set_txdesc()
61 WRITE_ONCE(ads->ctl7, val); in ar9003_set_txdesc()
63 WRITE_ONCE(ads->ctl9, val); in ar9003_set_txdesc()
66 WRITE_ONCE(ads->ctl10, checksum); in ar9003_set_txdesc()
69 WRITE_ONCE(ads->ctl13, set11nTries(i->rates, 0) in ar9003_set_txdesc()
76 WRITE_ONCE(ads->ctl14, set11nRate(i->rates, 0) in ar9003_set_txdesc()
81 WRITE_ONCE(ads->ctl13, 0); in ar9003_set_txdesc()
82 WRITE_ONCE(ads->ctl14, 0); in ar9003_set_txdesc()
92 WRITE_ONCE(ads->ctl11, 0); in ar9003_set_txdesc()
93 WRITE_ONCE(ads->ctl12, i->is_last ? 0 : AR_TxMore); in ar9003_set_txdesc()
94 WRITE_ONCE(ads->ctl15, 0); in ar9003_set_txdesc()
95 WRITE_ONCE(ads->ctl16, 0); in ar9003_set_txdesc()
96 WRITE_ONCE(ads->ctl17, ctl17); in ar9003_set_txdesc()
97 WRITE_ONCE(ads->ctl18, 0); in ar9003_set_txdesc()
98 WRITE_ONCE(ads->ctl19, 0); in ar9003_set_txdesc()
102 WRITE_ONCE(ads->ctl11, (i->pkt_len & AR_FrameLen) in ar9003_set_txdesc()
138 WRITE_ONCE(ads->ctl12, ctl12); in ar9003_set_txdesc()
139 WRITE_ONCE(ads->ctl17, ctl17); in ar9003_set_txdesc()
141 WRITE_ONCE(ads->ctl15, set11nPktDurRTSCTS(i->rates, 0) in ar9003_set_txdesc()
144 WRITE_ONCE(ads->ctl16, set11nPktDurRTSCTS(i->rates, 2) in ar9003_set_txdesc()
147 WRITE_ONCE(ads->ctl18, set11nRateFlags(i->rates, 0) in ar9003_set_txdesc()
153 WRITE_ONCE(ads->ctl19, AR_Not_Sounding); in ar9003_set_txdesc()
155 WRITE_ONCE(ads->ctl20, SM(i->txpower[1], AR_XmitPower1)); in ar9003_set_txdesc()
156 WRITE_ONCE(ads->ctl21, SM(i->txpower[2], AR_XmitPower2)); in ar9003_set_txdesc()
157 WRITE_ONCE(ads->ctl22, SM(i->txpower[3], AR_XmitPower3)); in ar9003_set_txdesc()