Lines Matching defs:mt76
12 #include "mt76.h"
89 struct mt76_dev mt76;
229 return mt76_chip(&dev->mt76) == 0x7610 ||
230 mt76_chip(&dev->mt76) == 0x7630 ||
231 mt76_chip(&dev->mt76) == 0x7650;
236 return mt76_chip(&dev->mt76) == 0x7612 ||
237 mt76_chip(&dev->mt76) == 0x7632 ||
238 mt76_chip(&dev->mt76) == 0x7662 ||
239 mt76_chip(&dev->mt76) == 0x7602;
244 mt76_set_irq_mask(&dev->mt76, MT_INT_MASK_CSR, 0, mask);
249 mt76_set_irq_mask(&dev->mt76, MT_INT_MASK_CSR, mask, 0);