Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dpci.c97 struct mt7996_hif *hif2; in mt7996_pci_probe() local
126 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe()
142 if (hif2) { in mt7996_pci_probe()
144 dev->hif2 = hif2; in mt7996_pci_probe()
150 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe()
169 if (dev->hif2) in mt7996_pci_probe()
170 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7996_pci_probe()
172 if (dev->hif2) in mt7996_pci_probe()
175 if (dev->hif2) in mt7996_pci_probe()
176 put_device(dev->hif2->dev); in mt7996_pci_probe()
[all …]
A Ddma.c82 if (dev->hif2) in mt7996_dma_prefetch()
90 if (dev->hif2) in mt7996_dma_disable()
102 if (dev->hif2) { in mt7996_dma_disable()
121 if (dev->hif2) { in mt7996_dma_disable()
136 if (dev->hif2) in mt7996_dma_enable()
141 if (dev->hif2) in mt7996_dma_enable()
149 if (dev->hif2) { in mt7996_dma_enable()
164 if (dev->hif2) in mt7996_dma_enable()
189 if (dev->hif2) { in mt7996_dma_enable()
209 if (dev->hif2) { in mt7996_dma_enable()
[all …]
A Dmmio.c258 if (dev->hif2) in mt7996_irq_tasklet()
265 if (dev->hif2) { in mt7996_irq_tasklet()
305 if (dev->hif2) in mt7996_irq_handler()
A Dmt7996.h234 struct mt7996_hif *hif2; member
466 if (dev->hif2) in mt7996_irq_enable()
476 if (dev->hif2) in mt7996_irq_disable()
A Dinit.c323 if (band == MT_BAND2 && dev->hif2) in mt7996_register_phy()
A Dmac.c1768 if (dev->hif2) in mt7996_dma_reset()
1797 if (dev->hif2) in mt7996_dma_reset()
A Dmcu.c2546 if (dev->hif2) { in mt7996_mcu_init()
2586 if (dev->hif2) in mt7996_mcu_exit()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dpci.c105 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local
137 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
144 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
161 if (hif2) { in mt7915_pci_probe()
162 dev->hif2 = hif2; in mt7915_pci_probe()
171 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe()
185 if (dev->hif2) in mt7915_pci_probe()
186 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe()
188 if (dev->hif2) in mt7915_pci_probe()
189 put_device(dev->hif2->dev); in mt7915_pci_probe()
[all …]
A Ddma.c160 if (dev->hif2) in mt7915_dma_prefetch()
169 if (dev->hif2) in mt7915_dma_disable()
192 if (dev->hif2) { in mt7915_dma_disable()
229 if (dev->hif2) { in mt7915_dma_disable()
253 if (dev->hif2) in mt7915_dma_enable()
260 if (dev->hif2) { in mt7915_dma_enable()
275 if (dev->hif2) { in mt7915_dma_enable()
303 if (dev->hif2) { in mt7915_dma_enable()
333 if (dev->hif2) { in mt7915_dma_enable()
395 if (dev->hif2) in mt7915_dma_init()
A Dmt7915.h304 struct mt7915_hif *hif2; member
579 if (dev->hif2) in mt7915_irq_enable()
589 if (dev->hif2) in mt7915_irq_disable()
A Dmmio.c925 if (dev->hif2) in mt7915_irq_tasklet()
930 if (dev->hif2) in mt7915_irq_tasklet()
938 if (dev->hif2) { in mt7915_irq_tasklet()
996 if (dev->hif2) in mt7915_irq_handler()
A Dmac.c1389 if (dev->hif2) { in mt7915_mac_restart()
1396 if (dev->hif2) in mt7915_mac_restart()
1441 if (dev->hif2) { in mt7915_mac_restart()
1447 if (dev->hif2) in mt7915_mac_restart()
A Dinit.c563 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
A Dmcu.c2354 if (dev->hif2) { in mt7915_mcu_init_firmware()
2414 if (dev->hif2) in mt7915_mcu_exit()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dmarvell,pp2.yaml80 - const: hif2
256 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
276 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
295 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
/linux-6.3-rc2/arch/arm64/boot/dts/marvell/
A Darmada-cp11x.dtsi85 interrupt-names = "hif0", "hif1", "hif2",
105 interrupt-names = "hif0", "hif1", "hif2",
125 interrupt-names = "hif0", "hif1", "hif2",

Completed in 56 milliseconds