Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c160 *pol = INTR_POLARITY_LOW; in openpic_ofw_translate_code()
170 *pol = INTR_POLARITY_LOW; in openpic_ofw_translate_code()
/freebsd/sys/arm/allwinner/
H A Daw_nmi.c185 pol = INTR_POLARITY_LOW; in aw_nmi_map_fdt()
193 pol = INTR_POLARITY_LOW; in aw_nmi_map_fdt()
269 if (pol == INTR_POLARITY_LOW) in aw_nmi_setup_intr()
/freebsd/sys/x86/acpica/
H A Dmadt.c301 ioapic_set_polarity(ioapic, pin, INTR_POLARITY_LOW); in madt_setup_io()
472 return (INTR_POLARITY_LOW); in interrupt_polarity()
478 return (INTR_POLARITY_LOW); in interrupt_polarity()
593 *pol = INTR_POLARITY_LOW; in madt_parse_interrupt_values()
/freebsd/sys/powerpc/amigaone/
H A Dplatform_amigaone.c115 powerpc_config_intr(irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in aeon_setup_intr()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c339 *pol = INTR_POLARITY_LOW; in atpic_ofw_translate_code()
349 *pol = INTR_POLARITY_LOW; in atpic_ofw_translate_code()
/freebsd/sys/dev/sound/macio/
H A Di2s.c236 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in i2s_attach()
374 INTR_POLARITY_LOW) != 0) in aoagpio_attach()
H A Ddavbus.c531 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in davbus_attach()
/freebsd/sys/i386/acpica/
H A Dacpi_machdep.c67 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_machdep_init()
/freebsd/sys/dev/acpica/
H A Dacpi_pcib.c232 INTR_POLARITY_LOW); in acpi_pcib_route_interrupt()
H A Dacpi_resource.c179 INTR_POLARITY_HIGH : INTR_POLARITY_LOW); in acpi_config_intr()
206 (pol == ACPI_ACTIVE_HIGH) ? INTR_POLARITY_HIGH : INTR_POLARITY_LOW); in acpi_map_intr()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c590 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in openpic_cpcht_attach()
592 openpic_config(dev, irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in openpic_cpcht_attach()
H A Duninorth.c202 INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in unin_chip_add_intr()
H A Dsmu.c390 INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in smu_attach()
/freebsd/sys/arm64/apple/
H A Dapple_aic.c329 *polp = INTR_POLARITY_LOW; in apple_aic_map_intr_fdt()
397 pol = INTR_POLARITY_LOW; in apple_aic_setup_intr()
/freebsd/sys/arm/arm/
H A Dgic.c629 if (pol == INTR_POLARITY_LOW) { in gic_config()
809 if (pol != INTR_POLARITY_CONFORM && pol != INTR_POLARITY_LOW && in gic_map_intr()
881 pol = INTR_POLARITY_LOW; /* just pick some */ in arm_gic_setup_intr()
/freebsd/sys/x86/x86/
H A Dmptable.c688 return (INTR_POLARITY_LOW); in conforming_polarity()
734 return (INTR_POLARITY_LOW); in intentry_polarity()
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c708 *polp = INTR_POLARITY_LOW; in gic_map_fdt()
716 *polp = INTR_POLARITY_LOW; in gic_map_fdt()
802 case INTR_POLARITY_LOW: in do_gic_v3_map_intr()
/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c272 if (pol == INTR_POLARITY_LOW) in openpic_config()
/freebsd/sys/x86/isa/
H A Datpic.c358 if ((trig == INTR_TRIGGER_EDGE && pol == INTR_POLARITY_LOW) || in atpic_config_intr()
/freebsd/sys/i386/pci/
H A Dpci_pir.c552 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in pci_pir_route_interrupt()
/freebsd/sys/powerpc/powernv/
H A Dxive.c654 *pol = INTR_POLARITY_LOW; in xive_translate_code()
/freebsd/sys/sys/
H A Dbus.h297 INTR_POLARITY_LOW = 2 enumerator