Searched refs:sci_flags (Results 1 – 6 of 6) sorted by relevance
512 acpica_get_sci(int *sci_irq, iflag_t *sci_flags) in acpica_get_sci() argument536 sci_flags->intr_el = INTR_EL_LEVEL; in acpica_get_sci()537 sci_flags->intr_po = INTR_PO_ACTIVE_LOW; in acpica_get_sci()538 sci_flags->bustype = BUS_PCI; /* we *do* conform to PCI */ in acpica_get_sci()563 sci_flags->intr_el = (mio->IntiFlags & in acpica_get_sci()565 sci_flags->intr_po = mio->IntiFlags & in acpica_get_sci()579 if (sci_flags->intr_el == INTR_EL_CONFORM) in acpica_get_sci()580 sci_flags->intr_el = INTR_EL_LEVEL; in acpica_get_sci()581 if (sci_flags->intr_po == INTR_PO_CONFORM) in acpica_get_sci()582 sci_flags->intr_po = INTR_PO_ACTIVE_LOW; in acpica_get_sci()
664 iflag_t sci_flags; in AcpiOsInstallInterruptHandler() local672 if (acpica_get_sci(&sci_vect, &sci_flags) != AE_OK) { in AcpiOsInstallInterruptHandler()
111 iflag_t sci_flags; in xen_uppc_init_acpi() local118 if (acpica_get_sci(&sci, &sci_flags) != AE_OK) in xen_uppc_init_acpi()135 ASSERT((sci_flags.intr_el == INTR_EL_LEVEL) || in xen_uppc_init_acpi()136 (sci_flags.intr_el == INTR_EL_EDGE)); in xen_uppc_init_acpi()138 psm_set_elcr(sci, sci_flags.intr_el == INTR_EL_LEVEL); in xen_uppc_init_acpi()
434 iflag_t sci_flags; in uppc_init_acpi() local441 if (acpica_get_sci(&sci, &sci_flags) != AE_OK) in uppc_init_acpi()458 ASSERT((sci_flags.intr_el == INTR_EL_LEVEL) || in uppc_init_acpi()459 (sci_flags.intr_el == INTR_EL_EDGE)); in uppc_init_acpi()461 psm_set_elcr(sci, sci_flags.intr_el == INTR_EL_LEVEL); in uppc_init_acpi()
657 iflag_t sci_flags; in acpi_probe() local977 if (acpica_get_sci(&sci, &sci_flags) != AE_OK) in acpi_probe()1003 apic_sci_flags = sci_flags; in acpi_probe()
2597 sata_cmd_info_flags_t sci_flags; member2684 .sci_flags = SCF_NONE,2887 if ((sata_cmd_info[i].sci_flags & SCF_SVC_ACT) != 0 && in sata_scsi_start()2903 if ((cmd->sci_flags & SCF_MAPIN) && bp != NULL && in sata_scsi_start()7327 const boolean_t has_svc_act = (sci->sci_flags & SCF_SVC_ACT) ? in sata_txlt_supported_ops()