Searched refs:MT_WMM_CWMAX (Results 1 – 5 of 5) sorted by relevance
78 mt76_wr(dev, MT_WMM_CWMAX, 0x34aa); in mt76x2u_mac_reset()
524 val = mt76_rr(dev, MT_WMM_CWMAX); in mt76x02_conf_tx()527 mt76_wr(dev, MT_WMM_CWMAX, val); in mt76x02_conf_tx()
149 #define MT_WMM_CWMAX 0x021c macro
567 val = mt76_rr(dev, MT_WMM_CWMAX(queue)); in mt7603_conf_tx()570 mt76_wr(dev, MT_WMM_CWMAX(queue), val); in mt7603_conf_tx()
275 #define MT_WMM_CWMAX(_n) (MT_WMM_CWMAX_BASE + (((_n) / 2) << 2)) macro