Searched refs:mt76_chip (Results 1 – 8 of 8) sorted by relevance
207 return mt76_chip(&dev->mt76) == 0x7610 || in is_mt76x0()208 mt76_chip(&dev->mt76) == 0x7630 || in is_mt76x0()209 mt76_chip(&dev->mt76) == 0x7650; in is_mt76x0()214 return mt76_chip(&dev->mt76) == 0x7612 || in is_mt76x2()215 mt76_chip(&dev->mt76) == 0x7662 || in is_mt76x2()216 mt76_chip(&dev->mt76) == 0x7602; in is_mt76x2()
842 if (mt76_chip(&dev->mt76) == 0x7610 || in mt76x02_dfs_init_params()843 mt76_chip(&dev->mt76) == 0x7630) in mt76x02_dfs_init_params()
584 static inline u16 mt76_chip(struct mt76_dev *dev) in mt76_chip() function594 #define mt76xx_chip(dev) mt76_chip(&((dev)->mt76))
36 return mt76_chip(&dev->mt76) == 0x7610; in is_mt7610e()41 return mt76_chip(&dev->mt76) == 0x7630; in is_mt7630()
15 bool is_combo_chip = mt76_chip(&dev->mt76) != 0x7610; in mt76x0e_load_firmware()
122 if (mt76_chip(&dev->mt76) == 0x7610) { in mt76x0e_register_device()
28 return mt76_chip(&dev->mt76) == 0x7612; in is_mt7612()
207 return mt76_chip(dev) == 0x7622; in is_mt7622()