Searched refs:hif2 (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | pci.c | 101 struct mt7996_hif *hif2; in mt7996_pci_probe() local 130 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe() 146 if (hif2) { in mt7996_pci_probe() 147 hif2_dev = container_of(hif2->dev, struct pci_dev, dev); in mt7996_pci_probe() 148 dev->hif2 = hif2; in mt7996_pci_probe() 154 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe() 155 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7996_pci_probe() 173 if (dev->hif2) in mt7996_pci_probe() 174 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7996_pci_probe() 176 if (dev->hif2) in mt7996_pci_probe() [all …]
|
H A D | dma.c | 82 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_start() 147 if (dev->hif2) in mt7996_dma_start() 180 if (dev->hif2) in mt7996_dma_enable() 185 if (dev->hif2) in mt7996_dma_enable() 193 if (dev->hif2) { in mt7996_dma_enable() 208 if (dev->hif2) in mt7996_dma_enable() [all …]
|
H A D | mmio.c | 286 if (dev->hif2) in mt7996_irq_tasklet() 293 if (dev->hif2) { in mt7996_irq_tasklet() 332 if (dev->hif2) in mt7996_irq_handler()
|
H A D | mt7996.h | 182 struct mt7996_hif *hif2; member 421 if (dev->hif2) in mt7996_irq_enable() 431 if (dev->hif2) in mt7996_irq_disable()
|
H A D | mac.c | 1603 if (dev->hif2) { in mt7996_mac_restart() 1610 if (dev->hif2) in mt7996_mac_restart() 1660 if (dev->hif2) { in mt7996_mac_restart() 1666 if (dev->hif2) in mt7996_mac_restart()
|
H A D | init.c | 349 if (band == MT_BAND2 && dev->hif2) in mt7996_register_phy()
|
H A D | mcu.c | 2577 if (dev->hif2) { in mt7996_mcu_init_firmware() 2630 if (dev->hif2) in mt7996_mcu_exit()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | pci.c | 105 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 …]
|
H A D | dma.c | 90 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() 277 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() [all …]
|
H A D | mt7915.h | 248 struct mt7915_hif *hif2; member 524 if (dev->hif2) in mt7915_irq_enable() 534 if (dev->hif2) in mt7915_irq_disable()
|
H A D | mmio.c | 935 if (dev->hif2) in mt7915_irq_tasklet() 940 if (dev->hif2) in mt7915_irq_tasklet() 948 if (dev->hif2) { in mt7915_irq_tasklet() 1007 if (dev->hif2) in mt7915_irq_handler()
|
H A D | mac.c | 1323 if (dev->hif2) { in mt7915_mac_restart() 1330 if (dev->hif2) { in mt7915_mac_restart() 1379 if (dev->hif2) { in mt7915_mac_restart() 1385 if (dev->hif2) { in mt7915_mac_restart()
|
H A D | init.c | 585 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
|
H A D | mcu.c | 2335 if (dev->hif2) { in mt7915_mcu_init_firmware() 2397 if (dev->hif2) in mt7915_mcu_exit()
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-cp11x.dtsi | 85 interrupt-names = "hif0", "hif1", "hif2", 105 interrupt-names = "hif0", "hif1", "hif2", 125 interrupt-names = "hif0", "hif1", "hif2",
|