/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | pci.c | 116 struct mt7996_hif *hif2; in mt7996_pci_probe() local 151 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe() 174 if (hif2) { in mt7996_pci_probe() 175 hif2_dev = container_of(hif2->dev, struct pci_dev, dev); in mt7996_pci_probe() 176 dev->hif2 = hif2; in mt7996_pci_probe() 188 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe() 189 hif2_irq = dev->hif2->irq; in mt7996_pci_probe() 210 if (dev->hif2) in mt7996_pci_probe() 213 if (dev->hif2) { in mt7996_pci_probe() 220 if (dev->hif2) in mt7996_pci_probe() [all …]
|
H A D | dma.c | 173 if (dev->hif2) in mt7996_dma_prefetch() 181 if (dev->hif2) in mt7996_dma_disable() 193 if (dev->hif2) { in mt7996_dma_disable() 212 if (dev->hif2) { in mt7996_dma_disable() 228 if (dev->hif2) in mt7996_dma_start() 246 if (dev->hif2) in mt7996_dma_start() 285 if (dev->hif2) in mt7996_dma_enable() 290 if (dev->hif2) in mt7996_dma_enable() 298 if (dev->hif2) { in mt7996_dma_enable() 313 if (dev->hif2) in mt7996_dma_enable() [all …]
|
H A D | mmio.c | 314 bool hif2, int *irq) in mt7996_mmio_wed_init() argument 328 if (hif2) in mt7996_mmio_wed_init() 339 if (hif2) { in mt7996_mmio_wed_init() 390 wed->wlan.rx_npkt = dev->hif2 ? 32768 : 24576; in mt7996_mmio_wed_init() 428 if (!hif2) { in mt7996_mmio_wed_init() 535 if (dev->hif2 && mtk_wed_device_active(wed_hif2)) { in mt7996_irq_tasklet() 549 if (dev->hif2) in mt7996_irq_tasklet() 555 if (dev->hif2) { in mt7996_irq_tasklet() 598 if (dev->hif2) { in mt7996_irq_handler()
|
H A D | mt7996.h | 304 struct mt7996_hif *hif2; member 652 if (dev->hif2) in mt7996_irq_enable() 662 if (dev->hif2) in mt7996_irq_disable() 744 bool hif2, int *irq);
|
H A D | mac.c | 1669 if (dev->hif2) { in mt7996_mac_restart() 1676 if (dev->hif2) in mt7996_mac_restart() 1730 if (dev->hif2) { in mt7996_mac_restart() 1736 if (dev->hif2) in mt7996_mac_restart()
|
H A D | init.c | 587 dev->hif2 ? 7 : 0); in mt7996_mac_init() 642 if (is_mt7996(&dev->mt76) && band == MT_BAND2 && dev->hif2) { in mt7996_register_phy()
|
H A D | mcu.c | 3111 if (dev->hif2) { in mt7996_mcu_init_firmware() 3164 if (dev->hif2) in mt7996_mcu_exit()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | pci.c | 130 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local 162 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe() 169 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe() 186 if (hif2) { in mt7915_pci_probe() 187 dev->hif2 = hif2; in mt7915_pci_probe() 196 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe() 210 if (dev->hif2) in mt7915_pci_probe() 211 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe() 213 if (dev->hif2) in mt7915_pci_probe() 214 put_device(dev->hif2->dev); in mt7915_pci_probe() [all …]
|
H A 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 …]
|
H A D | mt7915.h | 252 struct mt7915_hif *hif2; member 533 if (dev->hif2) in mt7915_irq_enable() 543 if (dev->hif2) in mt7915_irq_disable()
|
H A D | mmio.c | 839 if (dev->hif2) in mt7915_irq_tasklet() 844 if (dev->hif2) in mt7915_irq_tasklet() 852 if (dev->hif2) { in mt7915_irq_tasklet() 911 if (dev->hif2) in mt7915_irq_handler()
|
H A D | mac.c | 1353 if (dev->hif2) { in mt7915_mac_restart() 1360 if (dev->hif2) { in mt7915_mac_restart() 1412 if (dev->hif2) { in mt7915_mac_restart() 1418 if (dev->hif2) { in mt7915_mac_restart() 1420 dev->hif2->index | MT_PCIE_RECOG_ID_SEM); in mt7915_mac_restart()
|
H A D | init.c | 635 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
|
H A D | mcu.c | 2373 if (dev->hif2) { in mt7915_mcu_init_firmware() 2439 if (dev->hif2) in mt7915_mcu_exit()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A 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",
|
H A D | marvell-pp2.txt | 102 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 D | armada-cp11x.dtsi | 85 interrupt-names = "hif0", "hif1", "hif2", 105 interrupt-names = "hif0", "hif1", "hif2", 125 interrupt-names = "hif0", "hif1", "hif2",
|