Searched refs:iflag2 (Results 1 – 1 of 1) sorted by relevance
125 static int acpi_intr_compatible(iflag_t iflag1, iflag_t iflag2);1420 acpi_intr_compatible(iflag_t iflag1, iflag_t iflag2) in acpi_intr_compatible() argument1429 if (iflag1.bustype != iflag2.bustype || iflag1.bustype != BUS_PCI) in acpi_intr_compatible()1441 if (iflag2.intr_el == INTR_EL_CONFORM) in acpi_intr_compatible()1444 level2 = (iflag2.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()1446 if (level2 && ((iflag2.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()1447 (iflag2.intr_po == INTR_PO_CONFORM))) in acpi_intr_compatible()