Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c150 struct irq_domain *msi_bottom_domain; member
664 pcie->msi_bottom_domain = irq_domain_add_linear(node, PCIE_MSI_IRQS_NUM, in mtk_pcie_init_irq_domains()
666 if (!pcie->msi_bottom_domain) { in mtk_pcie_init_irq_domains()
674 pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
685 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
703 if (pcie->msi_bottom_domain) in mtk_pcie_irq_teardown()
704 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_irq_teardown()
726 generic_handle_domain_irq(pcie->msi_bottom_domain, hwirq); in mtk_pcie_msi_handler()