Home
last modified time | relevance | path

Searched refs:is_mt798x (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dmmio.c420 if (is_mt798x(&dev->mt76)) in mt7915_reg_map_l1()
450 u32 ofs = is_mt798x(&dev->mt76) ? 0x400000 : 0; in mt7915_reg_map_l2()
762 wed->wlan.txfree_tbit = is_mt798x(&dev->mt76) ? 2 : 1; in mt7915_mmio_wed_init()
772 } else if (is_mt798x(&dev->mt76)) { in mt7915_mmio_wed_init()
Ddma.c14 if (is_mt798x(&dev->mt76)) in mt7915_init_tx_queues()
312 if (!is_mt798x(&dev->mt76)) in mt7915_dma_start()
423 if (!is_mt798x(mdev)) { in mt7915_dma_init()
Dinit.c743 } else if (is_mt798x(&dev->mt76)) { in mt7915_wfsys_reset()
764 if (is_mt798x(&dev->mt76)) { in mt7915_band_config()
1173 if (is_mt798x(&dev->mt76)) in mt7915_stop_hardware()
Deeprom.c223 if (!is_mt798x(&dev->mt76)) in mt7915_eeprom_parse_hw_cap()
Dmt7915.h379 if (!is_mt798x(&dev->mt76)) in mt7915_check_adie()
Dmac.c1525 if (!is_mt798x(&dev->mt76)) in mt7915_mac_reset_work()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac.h210 static inline bool is_mt798x(struct mt76_dev *dev) in is_mt798x() function