Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c422 if (is_mt798x(&dev->mt76)) in mt7915_reg_map_l1()
452 u32 ofs = is_mt798x(&dev->mt76) ? 0x400000 : 0; in mt7915_reg_map_l2()
692 wed->wlan.txfree_tbit = is_mt798x(&dev->mt76) ? 2 : 1; in mt7915_mmio_wed_init()
702 } else if (is_mt798x(&dev->mt76)) { in mt7915_mmio_wed_init()
H A Ddma.c15 if (is_mt798x(&dev->mt76)) in mt7915_init_tx_queues()
314 if (!is_mt798x(&dev->mt76)) in mt7915_dma_start()
425 if (!is_mt798x(mdev)) { in mt7915_dma_init()
H A Dinit.c776 } else if (is_mt798x(&dev->mt76)) { in mt7915_wfsys_reset()
797 if (is_mt798x(&dev->mt76)) { in mt7915_band_config()
1207 if (is_mt798x(&dev->mt76)) in mt7915_stop_hardware()
H A Deeprom.c251 if (!is_mt798x(&dev->mt76)) in mt7915_eeprom_parse_hw_cap()
H A Dmt7915.h387 if (!is_mt798x(&dev->mt76)) in mt7915_check_adie()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h220 static inline bool is_mt798x(struct mt76_dev *dev) in is_mt798x() function