Searched refs:hif2 (Results 1 – 14 of 14) sorted by relevance
106 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local138 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()145 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()162 if (hif2) { in mt7915_pci_probe()163 dev->hif2 = hif2; in mt7915_pci_probe()172 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe()186 if (dev->hif2) in mt7915_pci_probe()187 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe()189 if (dev->hif2) in mt7915_pci_probe()190 put_device(dev->hif2->dev); in mt7915_pci_probe()[all …]
92 if (dev->hif2) in mt7915_dma_config()168 if (dev->hif2) in mt7915_dma_prefetch()177 if (dev->hif2) in mt7915_dma_disable()200 if (dev->hif2) { in mt7915_dma_disable()237 if (dev->hif2) { in mt7915_dma_disable()261 if (dev->hif2) in mt7915_dma_start()339 if (dev->hif2) in mt7915_dma_enable()346 if (dev->hif2) { in mt7915_dma_enable()361 if (dev->hif2) { in mt7915_dma_enable()389 if (dev->hif2) { in mt7915_dma_enable()[all …]
834 if (dev->hif2) in mt7915_irq_tasklet()839 if (dev->hif2) in mt7915_irq_tasklet()847 if (dev->hif2) { in mt7915_irq_tasklet()906 if (dev->hif2) in mt7915_irq_handler()
247 struct mt7915_hif *hif2; member541 if (dev->hif2) in mt7915_irq_enable()551 if (dev->hif2) in mt7915_irq_disable()
1313 if (dev->hif2) { in mt7915_mac_restart()1320 if (dev->hif2) { in mt7915_mac_restart()1372 if (dev->hif2) { in mt7915_mac_restart()1378 if (dev->hif2) { in mt7915_mac_restart()1380 dev->hif2->index | MT_PCIE_RECOG_ID_SEM); in mt7915_mac_restart()
619 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
2395 if (dev->hif2) { in mt7915_mcu_init_firmware()2461 if (dev->hif2) in mt7915_mcu_exit()
102 struct mt7996_hif *hif2; in mt7996_pci_probe() local139 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe()162 if (hif2) { in mt7996_pci_probe()164 dev->hif2 = hif2; in mt7996_pci_probe()176 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe()177 hif2_irq = dev->hif2->irq; in mt7996_pci_probe()198 if (dev->hif2) in mt7996_pci_probe()201 if (dev->hif2) { in mt7996_pci_probe()208 if (dev->hif2) in mt7996_pci_probe()209 put_device(dev->hif2->dev); in mt7996_pci_probe()[all …]
74 if (dev->hif2) in mt7996_dma_config()203 if (dev->hif2) in mt7996_dma_prefetch()211 if (dev->hif2) in mt7996_dma_disable()242 if (dev->hif2) { in mt7996_dma_disable()258 if (dev->hif2) in mt7996_dma_start()276 if (dev->hif2) in mt7996_dma_start()318 if (dev->hif2) in mt7996_dma_enable()323 if (dev->hif2) in mt7996_dma_enable()346 if (dev->hif2) in mt7996_dma_enable()490 if (dev->hif2) in mt7996_dma_init()[all …]
457 bool hif2, int *irq) in mt7996_mmio_wed_init() argument471 if (hif2) in mt7996_mmio_wed_init()485 if (hif2) { in mt7996_mmio_wed_init()536 wed->wlan.rx_npkt = dev->hif2 ? 32768 : 24576; in mt7996_mmio_wed_init()574 if (!hif2) { in mt7996_mmio_wed_init()687 if (dev->hif2 && mtk_wed_device_active(wed_hif2)) { in mt7996_irq_tasklet()701 if (dev->hif2) in mt7996_irq_tasklet()707 if (dev->hif2) { in mt7996_irq_tasklet()750 if (dev->hif2) { in mt7996_irq_handler()
334 struct mt7996_hif *hif2; member689 if (dev->hif2) in mt7996_irq_enable()699 if (dev->hif2) in mt7996_irq_disable()782 bool hif2, int *irq);
1760 if (dev->hif2) { in mt7996_mac_restart()1767 if (dev->hif2) in mt7996_mac_restart()1821 if (dev->hif2) { in mt7996_mac_restart()1827 if (dev->hif2) in mt7996_mac_restart()
582 dev->hif2 ? 7 : 0); in mt7996_mac_init()637 if (is_mt7996(&dev->mt76) && band == MT_BAND2 && dev->hif2) { in mt7996_register_phy()
3309 if (dev->hif2) { in mt7996_mcu_init_firmware()3364 if (dev->hif2) in mt7996_mcu_exit()
Completed in 50 milliseconds