Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/
Dpcie-mediatek-gen3.c150 struct irq_domain *msi_bottom_domain; member
649 pcie->msi_bottom_domain = irq_domain_add_linear(node, PCIE_MSI_IRQS_NUM, in mtk_pcie_init_irq_domains()
651 if (!pcie->msi_bottom_domain) { in mtk_pcie_init_irq_domains()
659 pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
670 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
688 if (pcie->msi_bottom_domain) in mtk_pcie_irq_teardown()
689 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_irq_teardown()
711 generic_handle_domain_irq(pcie->msi_bottom_domain, hwirq); in mtk_pcie_msi_handler()