Home
last modified time | relevance | path

Searched refs:INTR_TRIGGER_LEVEL (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/x86/isa/
H A Delcr.c99 return (INTR_TRIGGER_LEVEL); in elcr_read_trigger()
115 if (trigger == INTR_TRIGGER_LEVEL) in elcr_write_trigger()
H A Datpic.c355 (trig == INTR_TRIGGER_LEVEL && pol == INTR_POLARITY_HIGH)) { in atpic_config_intr()
373 trig == INTR_TRIGGER_LEVEL) { in atpic_config_intr()
497 ai->at_trigger = INTR_TRIGGER_LEVEL; in atpic_startup()
/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c159 *trig = INTR_TRIGGER_LEVEL; in openpic_ofw_translate_code()
164 *trig = INTR_TRIGGER_LEVEL; in openpic_ofw_translate_code()
/freebsd/sys/dev/acpica/
H A Dacpi_ged.c144 ? INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL; in acpi_get_trigger()
192 trig = INTR_TRIGGER_LEVEL; in acpi_ged_attach()
210 trig = INTR_TRIGGER_LEVEL; in acpi_ged_attach()
H A Dacpi_pcib.c230 BUS_CONFIG_INTR(dev, interrupt, INTR_TRIGGER_LEVEL, in acpi_pcib_route_interrupt()
H A Dacpi_resource.c172 INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL, (pol == ACPI_ACTIVE_HIGH) ? in acpi_config_intr()
199 (trig == ACPI_EDGE_SENSITIVE) ? INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL, in acpi_map_intr()
/freebsd/sys/arm/allwinner/
H A Daw_nmi.c188 trig = INTR_TRIGGER_LEVEL; in aw_nmi_map_fdt()
192 trig = INTR_TRIGGER_LEVEL; in aw_nmi_map_fdt()
268 if (trig == INTR_TRIGGER_LEVEL) { in aw_nmi_setup_intr()
/freebsd/sys/x86/acpica/
H A Dmadt.c302 ioapic_set_triggermode(ioapic, pin, INTR_TRIGGER_LEVEL); in madt_setup_io()
492 return (INTR_TRIGGER_LEVEL); in interrupt_trigger()
498 return (INTR_TRIGGER_LEVEL); in interrupt_trigger()
581 *trig = INTR_TRIGGER_LEVEL; in madt_parse_interrupt_values()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c338 *trig = INTR_TRIGGER_LEVEL; in atpic_ofw_translate_code()
343 *trig = INTR_TRIGGER_LEVEL; in atpic_ofw_translate_code()
/freebsd/sys/arm/arm/
H A Dpmu_acpi.c113 INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL; in madt_handler()
H A Dgic.c637 if (trig == INTR_TRIGGER_LEVEL) { in gic_config()
732 INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL; in gic_map_fdt()
813 trig != INTR_TRIGGER_LEVEL) in gic_map_intr()
/freebsd/sys/i386/acpica/
H A Dacpi_machdep.c67 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_machdep_init()
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c711 *trigp = INTR_TRIGGER_LEVEL; in gic_map_fdt()
715 *trigp = INTR_TRIGGER_LEVEL; in gic_map_fdt()
811 case INTR_TRIGGER_LEVEL: in do_gic_v3_map_intr()
875 if (gi->gi_trig == INTR_TRIGGER_LEVEL) in gic_v3_setup_intr_periph()
/freebsd/sys/x86/x86/
H A Dmptable.c720 return (INTR_TRIGGER_LEVEL); in conforming_trigger()
761 return (INTR_TRIGGER_LEVEL); in intentry_trigger()
/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.c653 *trig = INTR_TRIGGER_LEVEL; in xive_translate_code()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c590 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in openpic_cpcht_attach()
H A Duninorth.c201 (intr[i+1] & 1) ? INTR_TRIGGER_LEVEL : in unin_chip_add_intr()
/freebsd/sys/sys/
H A Dbus.h289 INTR_TRIGGER_LEVEL = 2 enumerator