Searched +full:mbi +full:- +full:alias (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.019 #include <linux/irqchip/arm-gic-v3.h>21 #include <linux/irqchip/irq-msi-lib.h>35 .name = "MBI",52 * Using ACPI? There is no MBI support in the spec, you in mbi_irq_gic_domain_alloc()55 if (!is_of_node(domain->parent->fwnode)) in mbi_irq_gic_domain_alloc()56 return -EINVAL; in mbi_irq_gic_domain_alloc()63 fwspec.fwnode = domain->parent->fwnode; in mbi_irq_gic_domain_alloc()66 fwspec.param[1] = hwirq - 32; in mbi_irq_gic_domain_alloc()73 d = irq_domain_get_irq_data(domain->parent, virq); in mbi_irq_gic_domain_alloc()[all …]