Home
last modified time | relevance | path

Searched refs:mt76_chip (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac.h162 return mt76_chip(dev) == 0x7922; in is_mt7922()
167 return mt76_chip(dev) == 0x7961 || is_mt7922(dev); in is_mt7921()
172 return mt76_chip(dev) == 0x7663; in is_mt7663()
177 return mt76_chip(dev) == 0x7915; in is_mt7915()
182 return mt76_chip(dev) == 0x7906; in is_mt7916()
187 return mt76_chip(dev) == 0x7986; in is_mt7986()
195 return mt76_chip(dev) == 0x7622; in is_mt7622()
200 return mt76_chip(dev) == 0x7615 || mt76_chip(dev) == 0x7611; in is_mt7615()
205 return mt76_chip(dev) == 0x7611; in is_mt7611()
215 switch (mt76_chip(dev)) { in is_mt76_fw_txp()
Dmt76x02.h215 return mt76_chip(&dev->mt76) == 0x7610 || in is_mt76x0()
216 mt76_chip(&dev->mt76) == 0x7630 || in is_mt76x0()
217 mt76_chip(&dev->mt76) == 0x7650; in is_mt76x0()
222 return mt76_chip(&dev->mt76) == 0x7612 || in is_mt76x2()
223 mt76_chip(&dev->mt76) == 0x7632 || in is_mt76x2()
224 mt76_chip(&dev->mt76) == 0x7662 || in is_mt76x2()
225 mt76_chip(&dev->mt76) == 0x7602; in is_mt76x2()
Dmt76x02_dfs.c840 if (mt76_chip(&dev->mt76) == 0x7610 || in mt76x02_dfs_init_params()
841 mt76_chip(&dev->mt76) == 0x7630) in mt76x02_dfs_init_params()
Dmt76.h915 static inline u16 mt76_chip(struct mt76_dev *dev) in mt76_chip() function
925 #define mt76xx_chip(dev) mt76_chip(&((dev)->mt76))
Dusb.c910 if (mt76_chip(dev) == 0x7663) { in mt76u_ac_to_hwq()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmt76x0.h36 return mt76_chip(&dev->mt76) == 0x7610; in is_mt7610e()
41 return mt76_chip(&dev->mt76) == 0x7630; in is_mt7630()
Dpci_mcu.c15 bool is_combo_chip = mt76_chip(&dev->mt76) != 0x7610; in mt76x0e_load_firmware()
Dpci.c116 if (mt76_chip(&dev->mt76) == 0x7610) { in mt76x0e_init_hardware()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x2/
Dmt76x2.h28 return mt76_chip(&dev->mt76) == 0x7612; in is_mt7612()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Deeprom.c317 switch (mt76_chip(&dev->mt76)) { in mt7615_cal_free_data()
Dmcu.c1705 switch (mt76_chip(&dev->mt76)) { in mt7615_mcu_init()
1754 switch (mt76_chip(&dev->mt76)) { in mt7615_mcu_set_eeprom()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Deeprom.c48 switch (mt76_chip(&dev->mt76)) { in mt7915_eeprom_name()
Dmcu.c12 switch (mt76_chip(&(_dev)->mt76)) { \