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)
300 #define MT_WCID_DROP_BASE 0x106c macro301 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
118 mt76_wr(dev, MT_WCID_DROP_BASE + i * 4, 0); in mt76x2_mac_reset()