Searched refs:iflag1 (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()1432 if (iflag1.intr_el == INTR_EL_CONFORM) in acpi_intr_compatible()1435 level1 = (iflag1.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()1437 if (level1 && ((iflag1.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()1438 (iflag1.intr_po == INTR_PO_CONFORM))) in acpi_intr_compatible()