Home
last modified time | relevance | path

Searched refs:INTR_POLARITY_LOW (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_fadt.c67 { INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW },
70 { INTR_TRIGGER_EDGE, INTR_POLARITY_LOW },
157 pola = INTR_POLARITY_LOW; in fadt_probe()
275 acpi_sci_pola == INTR_POLARITY_LOW) in acpi_sci_pci_shareable()
H A Dacpi_madt.c695 pola = INTR_POLARITY_LOW; in madt_ioapic_enum_callback()
/dragonfly/sys/dev/acpica/
H A Dacpi_pcib.c255 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_pcib_route_interrupt()
270 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_pcib_route_interrupt()
H A Dacpi_resource.c158 polarity = INTR_POLARITY_LOW; in acpi_config_intr()
/dragonfly/sys/platform/pc64/apic/
H A Dioapic.c392 pola = INTR_POLARITY_LOW; in ioapic_gsi_setup()
528 case INTR_POLARITY_LOW: in ioapic_pin_prog()
H A Dioapic_abi.c810 KKASSERT(pola == INTR_POLARITY_HIGH || pola == INTR_POLARITY_LOW); in ioapic_set_legacy_irqmap()
922 pola == INTR_POLARITY_LOW); in ioapic_abi_legacy_intr_find_bygsi()
963 pola == INTR_POLARITY_LOW); in ioapic_abi_legacy_intr_find()
997 KKASSERT(pola == INTR_POLARITY_HIGH || pola == INTR_POLARITY_LOW); in ioapic_abi_legacy_intr_config()
/dragonfly/sys/bus/pci/x86_64/
H A Dmptable_pci.c90 BUS_CONFIG_INTR(dev, dev, line, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in mptable_pci_route_interrupt()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmptable.c1459 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in mptable_pci_int_route()
1467 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in mptable_pci_int_route()
/dragonfly/sys/platform/pc64/icu/
H A Dicu_abi.c660 pola == INTR_POLARITY_LOW); in icu_abi_legacy_intr_find()
/dragonfly/sys/sys/
H A Dbus.h125 INTR_POLARITY_LOW = 2 enumerator
/dragonfly/sys/bus/pci/
H A Dpci.c2780 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW) < 0) { in pci_assign_interrupt()
2788 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in pci_assign_interrupt()
/dragonfly/sys/kern/
H A Dsubr_bus.c3929 case INTR_POLARITY_LOW: in intr_str_polarity()