Lines Matching full:intx
324 /* Check if "intx" interrupt was specified in DT. */ in mvebu_pcie_setup_hw()
329 * Fallback code when "intx" interrupt was not specified in DT: in mvebu_pcie_setup_hw()
330 * Unmask all legacy INTx interrupts as driver does not provide a way in mvebu_pcie_setup_hw()
331 * for masking and unmasking of individual legacy INTx interrupts. in mvebu_pcie_setup_hw()
332 * Legacy INTx are reported via one shared GIC source and therefore in mvebu_pcie_setup_hw()
333 * kernel cannot distinguish which individual legacy INTx was triggered. in mvebu_pcie_setup_hw()
1046 .name = "mvebu-INTx",
1086 dev_err(dev, "Failed to get INTx IRQ domain for %s\n", port->name); in mvebu_pcie_init_irq_domain()
1107 /* Process legacy INTx interrupts */ in mvebu_pcie_irq_handler()
1315 * Old DT bindings do not contain "intx" interrupt in mvebu_pcie_parse_port()
1318 port->intx_irq = of_irq_get_byname(child, "intx"); in mvebu_pcie_parse_port()
1324 dev_warn(dev, "%s: legacy INTx interrupts cannot be masked individually, " in mvebu_pcie_parse_port()
1325 "%pOF does not contain intx interrupt\n", in mvebu_pcie_parse_port()