Home
last modified time | relevance | path

Searched refs:INTR_POLARITY_CONFORM (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_fadt.c60 static enum intr_polarity acpi_sci_pola = INTR_POLARITY_CONFORM;
73 { INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM }
153 pola = INTR_POLARITY_CONFORM; in fadt_probe()
161 if (pola == INTR_POLARITY_CONFORM) in fadt_probe()
227 INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM) < 0) { in acpi_sci_config()
238 KKASSERT(acpi_sci_pola != INTR_POLARITY_CONFORM); in acpi_sci_config()
/dragonfly/sys/platform/pc64/apic/
H A Dioapic.c450 INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM, IOART_DELEXINT, 0); in ioapic_extpin_setup()
507 pola == INTR_POLARITY_CONFORM); in ioapic_pin_prog()
532 case INTR_POLARITY_CONFORM: in ioapic_pin_prog()
H A Dioapic_abi.c917 KKASSERT(pola == INTR_POLARITY_CONFORM); in ioapic_abi_legacy_intr_find_bygsi()
938 pola != INTR_POLARITY_CONFORM) { in ioapic_abi_legacy_intr_find_bygsi()
958 KKASSERT(pola == INTR_POLARITY_CONFORM); in ioapic_abi_legacy_intr_find()
976 pola != INTR_POLARITY_CONFORM) { in ioapic_abi_legacy_intr_find()
/dragonfly/sys/platform/pc64/icu/
H A Dicu_abi.c655 KKASSERT(pola == INTR_POLARITY_CONFORM); in icu_abi_legacy_intr_find()
/dragonfly/sys/dev/acpica/
H A Dacpi_resource.c599 INTR_TRIGGER_CONFORM, INTR_POLARITY_CONFORM) < 0) in acpi_res_set_ext_irq()
/dragonfly/sys/sys/
H A Dbus.h123 INTR_POLARITY_CONFORM = 0, enumerator
/dragonfly/sys/kern/
H A Dsubr_bus.c3935 case INTR_POLARITY_CONFORM: in intr_str_polarity()