Searched refs:INTR_POLARITY_CONFORM (Results 1 – 9 of 9) sorted by relevance
249 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()
296 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_teardown_intr()376 sc->intr.pol = INTR_POLARITY_CONFORM; in aw_nmi_attach()
337 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()
315 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()
351 if (pol == INTR_POLARITY_CONFORM) in atpic_config_intr()
560 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()
1225 if (pin > APIC_LVT_MAX || pol == INTR_POLARITY_CONFORM) in native_lapic_set_lvt_polarity()
1177 KASSERT(!(trig == INTR_TRIGGER_CONFORM || pol == INTR_POLARITY_CONFORM), in xen_intr_pirq_config_intr()
278 INTR_POLARITY_CONFORM = 0, enumerator