Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/
Dpci.c99 struct mt7996_hif *hif2; in mt7996_pci_probe() local
134 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe()
157 if (hif2) { in mt7996_pci_probe()
158 hif2_dev = container_of(hif2->dev, struct pci_dev, dev); in mt7996_pci_probe()
159 dev->hif2 = hif2; in mt7996_pci_probe()
171 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe()
172 hif2_irq = dev->hif2->irq; in mt7996_pci_probe()
193 if (dev->hif2) in mt7996_pci_probe()
196 if (dev->hif2) { in mt7996_pci_probe()
203 if (dev->hif2) in mt7996_pci_probe()
[all …]
Ddma.c170 if (dev->hif2) in mt7996_dma_prefetch()
178 if (dev->hif2) in mt7996_dma_disable()
190 if (dev->hif2) { in mt7996_dma_disable()
209 if (dev->hif2) { in mt7996_dma_disable()
225 if (dev->hif2) in mt7996_dma_start()
243 if (dev->hif2) in mt7996_dma_start()
282 if (dev->hif2) in mt7996_dma_enable()
287 if (dev->hif2) in mt7996_dma_enable()
295 if (dev->hif2) { in mt7996_dma_enable()
310 if (dev->hif2) in mt7996_dma_enable()
[all …]
Dmmio.c303 bool hif2, int *irq) in mt7996_mmio_wed_init() argument
317 if (hif2) in mt7996_mmio_wed_init()
328 if (hif2) { in mt7996_mmio_wed_init()
379 wed->wlan.rx_npkt = dev->hif2 ? 32768 : 24576; in mt7996_mmio_wed_init()
417 if (!hif2) { in mt7996_mmio_wed_init()
524 if (dev->hif2 && mtk_wed_device_active(wed_hif2)) { in mt7996_irq_tasklet()
538 if (dev->hif2) in mt7996_irq_tasklet()
544 if (dev->hif2) { in mt7996_irq_tasklet()
587 if (dev->hif2) { in mt7996_irq_handler()
Dmt7996.h301 struct mt7996_hif *hif2; member
649 if (dev->hif2) in mt7996_irq_enable()
659 if (dev->hif2) in mt7996_irq_disable()
741 bool hif2, int *irq);
Dmac.c1654 if (dev->hif2) { in mt7996_mac_restart()
1661 if (dev->hif2) in mt7996_mac_restart()
1715 if (dev->hif2) { in mt7996_mac_restart()
1721 if (dev->hif2) in mt7996_mac_restart()
Dinit.c576 dev->hif2 ? 7 : 0); in mt7996_mac_init()
631 if (is_mt7996(&dev->mt76) && band == MT_BAND2 && dev->hif2) { in mt7996_register_phy()
Dmcu.c3084 if (dev->hif2) { in mt7996_mcu_init_firmware()
3137 if (dev->hif2) in mt7996_mcu_exit()
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7915/
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 …]
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()
279 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()
[all …]
Dmt7915.h249 struct mt7915_hif *hif2; member
530 if (dev->hif2) in mt7915_irq_enable()
540 if (dev->hif2) in mt7915_irq_disable()
Dmmio.c831 if (dev->hif2) in mt7915_irq_tasklet()
836 if (dev->hif2) in mt7915_irq_tasklet()
844 if (dev->hif2) { in mt7915_irq_tasklet()
903 if (dev->hif2) in mt7915_irq_handler()
Dmac.c1319 if (dev->hif2) { in mt7915_mac_restart()
1326 if (dev->hif2) { in mt7915_mac_restart()
1378 if (dev->hif2) { in mt7915_mac_restart()
1384 if (dev->hif2) { in mt7915_mac_restart()
1386 dev->hif2->index | MT_PCIE_RECOG_ID_SEM); in mt7915_mac_restart()
Dinit.c618 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
Dmcu.c2367 if (dev->hif2) { in mt7915_mcu_init_firmware()
2433 if (dev->hif2) in mt7915_mcu_exit()
/linux-6.14.4/Documentation/devicetree/bindings/net/
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.14.4/arch/arm64/boot/dts/marvell/
Darmada-cp11x.dtsi85 interrupt-names = "hif0", "hif1", "hif2",
105 interrupt-names = "hif0", "hif1", "hif2",
125 interrupt-names = "hif0", "hif1", "hif2",