Searched refs:MT_WCID_DROP_BASE (Results 1 – 4 of 4) sorted by relevance
285 #define MT_WCID_DROP_BASE 0x106c macro286 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
301 #define MT_WCID_DROP_BASE 0x106c macro302 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
260 #define MT_WCID_DROP_BASE 0x106c macro261 #define MT_WCID_DROP(_n) (MT_WCID_DROP_BASE + ((_n) >> 5) * 4)
160 mt76_wr(dev, MT_WCID_DROP_BASE + i * 4, 0); in mt76x2_mac_reset()