Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dgic.c249 irqs[irq].gi_pol = INTR_POLARITY_CONFORM; in arm_gic_register_isrcs()
289 KASSERT(sc->gic_irqs[start + i].gi_pol == INTR_POLARITY_CONFORM, in arm_gic_reserve_msi_range()
660 *polp = INTR_POLARITY_CONFORM; in gic_map_fdt()
711 *polp = INTR_POLARITY_CONFORM; in gic_map_fdt()
790 if (pol != INTR_POLARITY_CONFORM && pol != INTR_POLARITY_LOW && in gic_map_intr()
846 pol = INTR_POLARITY_CONFORM; in arm_gic_setup_intr()
852 if ((pol != INTR_POLARITY_CONFORM && pol != gi->gi_pol) || in arm_gic_setup_intr()
861 if (pol == INTR_POLARITY_CONFORM) in arm_gic_setup_intr()
896 gi->gi_pol = INTR_POLARITY_CONFORM; in arm_gic_teardown_intr()
/f-stack/freebsd/arm/allwinner/
H A Daw_nmi.c296 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_teardown_intr()
376 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_attach()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_gpio.c337 sc->pins[i].intr_polarity = INTR_POLARITY_CONFORM; in jz4780_gpio_attach()
575 *polp = INTR_POLARITY_CONFORM; in jz_gpio_map_intr_fdt()
678 if ((pol != INTR_POLARITY_CONFORM && pol != pin->intr_polarity) || in jz4780_gpio_pic_setup_intr()
685 if (pol == INTR_POLARITY_CONFORM) in jz4780_gpio_pic_setup_intr()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c315 sc->gic_irqs[irq].gi_pol = INTR_POLARITY_CONFORM; in gic_v3_attach()
659 case INTR_POLARITY_CONFORM: in do_gic_v3_map_intr()
718 if (gi->gi_irq != irq || pol == INTR_POLARITY_CONFORM || in gic_v3_setup_intr()
784 gi->gi_pol = INTR_POLARITY_CONFORM; in gic_v3_teardown_intr()
/f-stack/freebsd/x86/isa/
H A Datpic.c351 if (pol == INTR_POLARITY_CONFORM) in atpic_config_intr()
/f-stack/freebsd/x86/x86/
H A Dio_apic.c560 KASSERT(!(trig == INTR_TRIGGER_CONFORM || pol == INTR_POLARITY_CONFORM), in ioapic_config_intr()
875 if (pin >= io->io_numintr || pol == INTR_POLARITY_CONFORM) in ioapic_set_polarity()
H A Dlocal_apic.c1225 if (pin > APIC_LVT_MAX || pol == INTR_POLARITY_CONFORM) in native_lapic_set_lvt_polarity()
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c1177 KASSERT(!(trig == INTR_TRIGGER_CONFORM || pol == INTR_POLARITY_CONFORM), in xen_intr_pirq_config_intr()
/f-stack/freebsd/sys/
H A Dbus.h278 INTR_POLARITY_CONFORM = 0, enumerator