Lines Matching defs:mt76
12 #include "mt76.h"
77 struct mt76_dev mt76;
215 return mt76_chip(&dev->mt76) == 0x7610 ||
216 mt76_chip(&dev->mt76) == 0x7630 ||
217 mt76_chip(&dev->mt76) == 0x7650;
222 return mt76_chip(&dev->mt76) == 0x7612 ||
223 mt76_chip(&dev->mt76) == 0x7632 ||
224 mt76_chip(&dev->mt76) == 0x7662 ||
225 mt76_chip(&dev->mt76) == 0x7602;
230 mt76_set_irq_mask(&dev->mt76, MT_INT_MASK_CSR, 0, mask);
235 mt76_set_irq_mask(&dev->mt76, MT_INT_MASK_CSR, mask, 0);