/freebsd/sys/powerpc/ofw/ |
H A D | openpic_ofw.c | 160 *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 D | aw_nmi.c | 185 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 D | madt.c | 301 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 D | platform_amigaone.c | 115 powerpc_config_intr(irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in aeon_setup_intr()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | atpic.c | 339 *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 D | i2s.c | 236 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in i2s_attach() 374 INTR_POLARITY_LOW) != 0) in aoagpio_attach()
|
H A D | davbus.c | 531 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in davbus_attach()
|
/freebsd/sys/i386/acpica/ |
H A D | acpi_machdep.c | 67 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_machdep_init()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pcib.c | 232 INTR_POLARITY_LOW); in acpi_pcib_route_interrupt()
|
H A D | acpi_resource.c | 179 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 D | cpcht.c | 590 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 D | uninorth.c | 202 INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in unin_chip_add_intr()
|
H A D | smu.c | 390 INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in smu_attach()
|
/freebsd/sys/arm64/apple/ |
H A D | apple_aic.c | 329 *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 D | gic.c | 629 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 D | mptable.c | 688 return (INTR_POLARITY_LOW); in conforming_polarity() 734 return (INTR_POLARITY_LOW); in intentry_polarity()
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 708 *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 D | openpic.c | 272 if (pol == INTR_POLARITY_LOW) in openpic_config()
|
/freebsd/sys/x86/isa/ |
H A D | atpic.c | 358 if ((trig == INTR_TRIGGER_EDGE && pol == INTR_POLARITY_LOW) || in atpic_config_intr()
|
/freebsd/sys/i386/pci/ |
H A D | pci_pir.c | 552 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in pci_pir_route_interrupt()
|
/freebsd/sys/powerpc/powernv/ |
H A D | xive.c | 654 *pol = INTR_POLARITY_LOW; in xive_translate_code()
|
/freebsd/sys/sys/ |
H A D | bus.h | 297 INTR_POLARITY_LOW = 2 enumerator
|