Searched refs:MT_WCID_DROP_BASE (Results 1 – 3 of 3) sorted by relevance
277 #define MT_WCID_DROP_BASE 0x106c macro278 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
306 #define MT_WCID_DROP_BASE 0x106c macro307 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
117 mt76_wr(dev, MT_WCID_DROP_BASE + i * 4, 0); in mt76x2_mac_reset()