Home
last modified time | relevance | path

Searched refs:INTR_POLARITY_CONFORM (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/arm/arm/
H A Dgic.c257 irqs[irq].gi_pol = INTR_POLARITY_CONFORM; in arm_gic_register_isrcs()
297 KASSERT(sc->gic_irqs[start + i].gi_pol == INTR_POLARITY_CONFORM, in arm_gic_reserve_msi_range()
679 *polp = INTR_POLARITY_CONFORM; in gic_map_fdt()
730 *polp = INTR_POLARITY_CONFORM; in gic_map_fdt()
809 if (pol != INTR_POLARITY_CONFORM && pol != INTR_POLARITY_LOW && in gic_map_intr()
865 pol = INTR_POLARITY_CONFORM; in arm_gic_setup_intr()
871 if ((pol != INTR_POLARITY_CONFORM && pol != gi->gi_pol) || in arm_gic_setup_intr()
880 if (pol == INTR_POLARITY_CONFORM) in arm_gic_setup_intr()
915 gi->gi_pol = INTR_POLARITY_CONFORM; in arm_gic_teardown_intr()
/freebsd/sys/powerpc/powerpc/
H A Dintr_machdep.c247 i->pol = INTR_POLARITY_CONFORM; in intr_lookup()
502 i->pol != INTR_POLARITY_CONFORM) in powerpc_enable_intr()
556 i->pol != INTR_POLARITY_CONFORM) in powerpc_setup_intr()
601 i->pol = INTR_POLARITY_CONFORM; in powerpc_fw_config_intr()
H A Dpic_if.m42 *pol = INTR_POLARITY_CONFORM;
/freebsd/sys/arm/allwinner/
H A Daw_nmi.c294 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_teardown_intr()
374 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_attach()
/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c174 *pol = INTR_POLARITY_CONFORM; in openpic_ofw_translate_code()
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c282 KASSERT(sc->gic_irqs[start + i].gi_pol == INTR_POLARITY_CONFORM, in gic_v3_reserve_msi_range()
363 sc->gic_irqs[irq].gi_pol = INTR_POLARITY_CONFORM; in gic_v3_attach()
801 case INTR_POLARITY_CONFORM: in do_gic_v3_map_intr()
911 if (gi->gi_irq != irq || pol == INTR_POLARITY_CONFORM || in gic_v3_setup_intr()
954 gi->gi_pol = INTR_POLARITY_CONFORM; in gic_v3_teardown_intr()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c358 *pol = INTR_POLARITY_CONFORM; in atpic_ofw_translate_code()
/freebsd/sys/x86/x86/
H A Dio_apic.c558 KASSERT(!(trig == INTR_TRIGGER_CONFORM || pol == INTR_POLARITY_CONFORM), in ioapic_config_intr()
873 if (pin >= io->io_numintr || pol == INTR_POLARITY_CONFORM) in ioapic_set_polarity()
H A Dlocal_apic.c1203 if (pin > APIC_LVT_MAX || pol == INTR_POLARITY_CONFORM) in lapic_set_lvt_polarity()
/freebsd/sys/x86/isa/
H A Datpic.c351 if (pol == INTR_POLARITY_CONFORM) in atpic_config_intr()
/freebsd/sys/powerpc/powernv/
H A Dxive.c658 *pol = INTR_POLARITY_CONFORM; in xive_translate_code()
/freebsd/sys/sys/
H A Dbus.h293 INTR_POLARITY_CONFORM = 0, enumerator