Searched refs:is_mt798x (Results 1 – 5 of 5) sorted by relevance
422 if (is_mt798x(&dev->mt76)) in mt7915_reg_map_l1()452 u32 ofs = is_mt798x(&dev->mt76) ? 0x400000 : 0; in mt7915_reg_map_l2()695 wed->wlan.txfree_tbit = is_mt798x(&dev->mt76) ? 2 : 1; in mt7915_mmio_wed_init()705 } else if (is_mt798x(&dev->mt76)) { in mt7915_mmio_wed_init()
816 } else if (is_mt798x(&dev->mt76)) { in mt7915_wfsys_reset()837 if (is_mt798x(&dev->mt76)) { in mt7915_band_config()1246 if (is_mt798x(&dev->mt76)) in mt7915_stop_hardware()
251 if (!is_mt798x(&dev->mt76)) in mt7915_eeprom_parse_hw_cap()
423 if (!is_mt798x(&dev->mt76)) in mt7915_check_adie()
251 static inline bool is_mt798x(struct mt76_dev *dev) in is_mt798x() function