Searched refs:iflag1 (Results 1 – 1 of 1) sorted by relevance
129 static int acpi_intr_compatible(iflag_t iflag1, iflag_t iflag2);1485 acpi_intr_compatible(iflag_t iflag1, iflag_t iflag2) in acpi_intr_compatible() argument1494 if (iflag1.bustype != iflag2.bustype || iflag1.bustype != BUS_PCI) in acpi_intr_compatible()1497 if (iflag1.intr_el == INTR_EL_CONFORM) in acpi_intr_compatible()1500 level1 = (iflag1.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()1502 if (level1 && ((iflag1.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()1503 (iflag1.intr_po == INTR_PO_CONFORM))) in acpi_intr_compatible()