Searched refs:MT_WCID_DROP (Results 1 – 4 of 4) sorted by relevance
229 mt76_clear(dev, MT_WCID_DROP(idx), MT_WCID_DROP_MASK(idx)); in mt7601u_sta_add()249 mt76_set(dev, MT_WCID_DROP(idx), MT_WCID_DROP_MASK(idx)); in mt7601u_sta_remove()
278 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4) macro
301 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4) macro
171 u32 val = mt76_rr(dev, MT_WCID_DROP(idx)); in mt76x02_mac_wcid_set_drop()176 mt76_wr(dev, MT_WCID_DROP(idx), (val & ~bit) | (bit * drop)); in mt76x02_mac_wcid_set_drop()