Home
last modified time | relevance | path

Searched refs:hif2 (Results 1 – 14 of 14) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7915/
A Dpci.c106 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local
138 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 …]
A Ddma.c92 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 …]
A Dmmio.c834 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()
A Dmt7915.h247 struct mt7915_hif *hif2; member
541 if (dev->hif2) in mt7915_irq_enable()
551 if (dev->hif2) in mt7915_irq_disable()
A Dmac.c1313 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()
A Dinit.c619 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
A Dmcu.c2395 if (dev->hif2) { in mt7915_mcu_init_firmware()
2461 if (dev->hif2) in mt7915_mcu_exit()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dpci.c102 struct mt7996_hif *hif2; in mt7996_pci_probe() local
139 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 …]
A Ddma.c74 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 …]
A Dmmio.c457 bool hif2, int *irq) in mt7996_mmio_wed_init() argument
471 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()
A Dmt7996.h334 struct mt7996_hif *hif2; member
689 if (dev->hif2) in mt7996_irq_enable()
699 if (dev->hif2) in mt7996_irq_disable()
782 bool hif2, int *irq);
A Dmac.c1760 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()
A Dinit.c582 dev->hif2 ? 7 : 0); in mt7996_mac_init()
637 if (is_mt7996(&dev->mt76) && band == MT_BAND2 && dev->hif2) { in mt7996_register_phy()
A Dmcu.c3309 if (dev->hif2) { in mt7996_mcu_init_firmware()
3364 if (dev->hif2) in mt7996_mcu_exit()

Completed in 50 milliseconds