Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/xen/
H A Dpvcpu_enum.c240 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in xenpv_register_pirqs()
250 INTR_POLARITY_LOW); in xenpv_register_pirqs()
/f-stack/freebsd/arm/allwinner/
H A Daw_nmi.c187 pol = INTR_POLARITY_LOW; in aw_nmi_map_fdt()
195 pol = INTR_POLARITY_LOW; in aw_nmi_map_fdt()
271 if (pol == INTR_POLARITY_LOW) in aw_nmi_setup_intr()
/f-stack/freebsd/x86/acpica/
H A Dmadt.c283 ioapic_set_polarity(ioapic, pin, INTR_POLARITY_LOW); in madt_setup_io()
454 return (INTR_POLARITY_LOW); in interrupt_polarity()
460 return (INTR_POLARITY_LOW); in interrupt_polarity()
575 *pol = INTR_POLARITY_LOW; in madt_parse_interrupt_values()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_gpio.c253 sc->pins[pin].intr_polarity = INTR_POLARITY_LOW; in jz4780_gpio_pin_probe()
587 *polp = INTR_POLARITY_LOW; in jz_gpio_map_intr_fdt()
595 *polp = INTR_POLARITY_LOW; in jz_gpio_map_intr_fdt()
686 pol = INTR_POLARITY_LOW; /* just pick some */ in jz4780_gpio_pic_setup_intr()
702 if (pol == INTR_POLARITY_LOW) in jz4780_gpio_pic_setup_intr()
/f-stack/freebsd/i386/acpica/
H A Dacpi_machdep.c70 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_machdep_init()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_gpio_v2.c229 sc->pins[pin].intr_polarity = INTR_POLARITY_LOW; in mtk_gpio_pin_probe()
534 if (sc->pins[pin].intr_polarity == INTR_POLARITY_LOW) { in mtk_gpio_pic_enable_intr()
H A Dmtk_gpio_v1.c238 sc->pins[pin].intr_polarity = INTR_POLARITY_LOW; in mtk_gpio_pin_probe()
594 if (sc->pins[pin].intr_polarity == INTR_POLARITY_LOW) { in mtk_gpio_pic_enable_intr()
/f-stack/freebsd/arm/arm/
H A Dgic.c610 if (pol == INTR_POLARITY_LOW) { in gic_config()
790 if (pol != INTR_POLARITY_CONFORM && pol != INTR_POLARITY_LOW && in gic_map_intr()
862 pol = INTR_POLARITY_LOW; /* just pick some */ in arm_gic_setup_intr()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c566 *polp = INTR_POLARITY_LOW; in gic_map_fdt()
574 *polp = INTR_POLARITY_LOW; in gic_map_fdt()
660 case INTR_POLARITY_LOW: in do_gic_v3_map_intr()
/f-stack/freebsd/x86/x86/
H A Dmptable.c649 return (INTR_POLARITY_LOW); in conforming_polarity()
695 return (INTR_POLARITY_LOW); in intentry_polarity()
/f-stack/freebsd/x86/isa/
H A Datpic.c354 if ((trig == INTR_TRIGGER_EDGE && pol == INTR_POLARITY_LOW) || in atpic_config_intr()
/f-stack/freebsd/i386/pci/
H A Dpci_pir.c555 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in pci_pir_route_interrupt()
/f-stack/freebsd/sys/
H A Dbus.h280 INTR_POLARITY_LOW = 2 enumerator