/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | pci.c | 99 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 …]
|
D | dma.c | 170 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 …]
|
D | mmio.c | 303 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()
|
D | mt7996.h | 301 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);
|
D | mac.c | 1654 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()
|
D | init.c | 576 dev->hif2 ? 7 : 0); in mt7996_mac_init() 631 if (is_mt7996(&dev->mt76) && band == MT_BAND2 && dev->hif2) { in mt7996_register_phy()
|
D | mcu.c | 3084 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/ |
D | pci.c | 106 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 …]
|
D | dma.c | 92 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 …]
|
D | mt7915.h | 249 struct mt7915_hif *hif2; member 530 if (dev->hif2) in mt7915_irq_enable() 540 if (dev->hif2) in mt7915_irq_disable()
|
D | mmio.c | 831 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()
|
D | mac.c | 1319 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()
|
D | init.c | 618 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
|
D | mcu.c | 2367 if (dev->hif2) { in mt7915_mcu_init_firmware() 2433 if (dev->hif2) in mt7915_mcu_exit()
|
/linux-6.14.4/Documentation/devicetree/bindings/net/ |
D | marvell,pp2.yaml | 80 - 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/ |
D | armada-cp11x.dtsi | 85 interrupt-names = "hif0", "hif1", "hif2", 105 interrupt-names = "hif0", "hif1", "hif2", 125 interrupt-names = "hif0", "hif1", "hif2",
|