Searched refs:INTR_TRIGGER_LEVEL (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/x86/isa/ |
H A D | elcr.c | 99 return (INTR_TRIGGER_LEVEL); in elcr_read_trigger() 115 if (trigger == INTR_TRIGGER_LEVEL) in elcr_write_trigger()
|
H A D | atpic.c | 359 (trig == INTR_TRIGGER_LEVEL && pol == INTR_POLARITY_HIGH)) { in atpic_config_intr() 377 trig == INTR_TRIGGER_LEVEL) { in atpic_config_intr() 501 ai->at_trigger = INTR_TRIGGER_LEVEL; in atpic_startup()
|
/freebsd/sys/powerpc/ofw/ |
H A D | openpic_ofw.c | 159 *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 D | acpi_ged.c | 144 ? 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 D | acpi_pcib.c | 231 BUS_CONFIG_INTR(dev, interrupt, INTR_TRIGGER_LEVEL, in acpi_pcib_route_interrupt()
|
H A D | acpi_resource.c | 178 INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL, (pol == ACPI_ACTIVE_HIGH) ? in acpi_config_intr() 205 (trig == ACPI_EDGE_SENSITIVE) ? INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL, in acpi_map_intr()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_nmi.c | 188 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 D | madt.c | 302 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 D | atpic.c | 338 *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 D | pmu_acpi.c | 113 INTR_TRIGGER_EDGE : INTR_TRIGGER_LEVEL; in madt_handler()
|
H A D | gic.c | 637 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 D | acpi_machdep.c | 67 INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in acpi_machdep_init()
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 711 *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 D | mptable.c | 710 return (INTR_TRIGGER_LEVEL); in conforming_trigger() 751 return (INTR_TRIGGER_LEVEL); in intentry_trigger()
|
/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 | 653 *trig = INTR_TRIGGER_LEVEL; in xive_translate_code()
|
/freebsd/sys/powerpc/powermac/ |
H A D | cpcht.c | 590 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in openpic_cpcht_attach()
|
H A D | uninorth.c | 201 (intr[i+1] & 1) ? INTR_TRIGGER_LEVEL : in unin_chip_add_intr()
|
/freebsd/sys/arm64/apple/ |
H A D | apple_aic.c | 323 *trigp = INTR_TRIGGER_LEVEL; in apple_aic_map_intr_fdt()
|
/freebsd/sys/sys/ |
H A D | bus.h | 291 INTR_TRIGGER_LEVEL = 2 enumerator
|