Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dpci.c113 struct mt7996_hif *hif2; in mt7996_pci_probe() local
142 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe()
158 if (hif2) { in mt7996_pci_probe()
160 dev->hif2 = hif2; in mt7996_pci_probe()
166 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe()
185 if (dev->hif2) in mt7996_pci_probe()
186 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7996_pci_probe()
188 if (dev->hif2) in mt7996_pci_probe()
191 if (dev->hif2) in mt7996_pci_probe()
192 put_device(dev->hif2->dev); in mt7996_pci_probe()
[all …]
H A Ddma.c85 if (dev->hif2) in mt7996_dma_prefetch()
93 if (dev->hif2) in mt7996_dma_disable()
124 if (dev->hif2) { in mt7996_dma_disable()
139 if (dev->hif2) in mt7996_dma_start()
150 if (dev->hif2) in mt7996_dma_start()
183 if (dev->hif2) in mt7996_dma_enable()
188 if (dev->hif2) in mt7996_dma_enable()
196 if (dev->hif2) { in mt7996_dma_enable()
211 if (dev->hif2) in mt7996_dma_enable()
265 if (dev->hif2) in mt7996_dma_init()
[all …]
H A Dmmio.c270 if (dev->hif2) in mt7996_irq_tasklet()
277 if (dev->hif2) { in mt7996_irq_tasklet()
316 if (dev->hif2) in mt7996_irq_handler()
H A Dmt7996.h184 struct mt7996_hif *hif2; member
424 if (dev->hif2) in mt7996_irq_enable()
434 if (dev->hif2) in mt7996_irq_disable()
H A Dmac.c1609 if (dev->hif2) { in mt7996_mac_restart()
1616 if (dev->hif2) in mt7996_mac_restart()
1666 if (dev->hif2) { in mt7996_mac_restart()
1672 if (dev->hif2) in mt7996_mac_restart()
H A Dinit.c356 if (band == MT_BAND2 && dev->hif2) in mt7996_register_phy()
H A Dmcu.c2572 if (dev->hif2) { in mt7996_mcu_init_firmware()
2625 if (dev->hif2) in mt7996_mcu_exit()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c129 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local
161 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
168 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
185 if (hif2) { in mt7915_pci_probe()
186 dev->hif2 = hif2; in mt7915_pci_probe()
195 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe()
209 if (dev->hif2) in mt7915_pci_probe()
210 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe()
212 if (dev->hif2) in mt7915_pci_probe()
213 put_device(dev->hif2->dev); in mt7915_pci_probe()
[all …]
H A Ddma.c90 if (dev->hif2) in mt7915_dma_config()
166 if (dev->hif2) in mt7915_dma_prefetch()
175 if (dev->hif2) in mt7915_dma_disable()
198 if (dev->hif2) { in mt7915_dma_disable()
235 if (dev->hif2) { in mt7915_dma_disable()
259 if (dev->hif2) in mt7915_dma_start()
337 if (dev->hif2) in mt7915_dma_enable()
344 if (dev->hif2) { in mt7915_dma_enable()
359 if (dev->hif2) { in mt7915_dma_enable()
387 if (dev->hif2) { in mt7915_dma_enable()
[all …]
H A Dmt7915.h251 struct mt7915_hif *hif2; member
524 if (dev->hif2) in mt7915_irq_enable()
534 if (dev->hif2) in mt7915_irq_disable()
H A Dmmio.c904 if (dev->hif2) in mt7915_irq_tasklet()
909 if (dev->hif2) in mt7915_irq_tasklet()
917 if (dev->hif2) { in mt7915_irq_tasklet()
976 if (dev->hif2) in mt7915_irq_handler()
H A Dmac.c1357 if (dev->hif2) { in mt7915_mac_restart()
1364 if (dev->hif2) { in mt7915_mac_restart()
1413 if (dev->hif2) { in mt7915_mac_restart()
1419 if (dev->hif2) { in mt7915_mac_restart()
H A Dinit.c599 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
H A Dmcu.c2322 if (dev->hif2) { in mt7915_mcu_init_firmware()
2384 if (dev->hif2) in mt7915_mcu_exit()
/freebsd/sys/contrib/device-tree/Bindings/net/
H 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",
H A Dmarvell-pp2.txt102 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
119 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
136 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-cp11x.dtsi85 interrupt-names = "hif0", "hif1", "hif2",
105 interrupt-names = "hif0", "hif1", "hif2",
125 interrupt-names = "hif0", "hif1", "hif2",