Home
last modified time | relevance | path

Searched refs:INTR_POLARITY_HIGH (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/powerpc/ofw/
H A Dopenpic_ofw.c155 *pol = INTR_POLARITY_HIGH; in openpic_ofw_translate_code()
165 *pol = INTR_POLARITY_HIGH; in openpic_ofw_translate_code()
/freebsd/sys/arm/allwinner/
H A Daw_nmi.c181 pol = INTR_POLARITY_HIGH; in aw_nmi_map_fdt()
189 pol = INTR_POLARITY_HIGH; in aw_nmi_map_fdt()
274 if (pol == INTR_POLARITY_HIGH) in aw_nmi_setup_intr()
/freebsd/sys/x86/acpica/
H A Dmadt.c474 return (INTR_POLARITY_HIGH); in interrupt_polarity()
476 return (INTR_POLARITY_HIGH); in interrupt_polarity()
591 *pol = INTR_POLARITY_HIGH; in madt_parse_interrupt_values()
599 *pol == INTR_POLARITY_HIGH ? "high" : "low"); in madt_parse_interrupt_values()
/freebsd/sys/x86/x86/
H A Dio_apic.c570 pol = INTR_POLARITY_HIGH; in ioapic_config_intr()
580 if (intpin->io_activehi != (pol == INTR_POLARITY_HIGH)) { in ioapic_config_intr()
584 pol == INTR_POLARITY_HIGH ? "high" : "low"); in ioapic_config_intr()
585 intpin->io_activehi = (pol == INTR_POLARITY_HIGH); in ioapic_config_intr()
877 activehi = (pol == INTR_POLARITY_HIGH); in ioapic_set_polarity()
883 pol == INTR_POLARITY_HIGH ? "high" : "low"); in ioapic_set_polarity()
H A Dmptable.c696 return (INTR_POLARITY_HIGH); in conforming_polarity()
742 return (INTR_POLARITY_HIGH); in intentry_polarity()
H A Dlocal_apic.c1206 lvts[pin].lvt_activehi = (pol == INTR_POLARITY_HIGH); in lapic_set_lvt_polarity()
1214 (pol == INTR_POLARITY_HIGH); in lapic_set_lvt_polarity()
1220 pol == INTR_POLARITY_HIGH ? "high" : "low"); in lapic_set_lvt_polarity()
/freebsd/sys/x86/isa/
H A Datpic.c352 pol = INTR_POLARITY_HIGH; in atpic_config_intr()
355 (trig == INTR_TRIGGER_LEVEL && pol == INTR_POLARITY_HIGH)) { in atpic_config_intr()
359 pol == INTR_POLARITY_HIGH ? "high" : "low"); in atpic_config_intr()
/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c344 *pol = INTR_POLARITY_HIGH; in atpic_ofw_translate_code()
354 *pol = INTR_POLARITY_HIGH; in atpic_ofw_translate_code()
/freebsd/sys/arm/arm/
H A Dgic.c303 sc->gic_irqs[start + i].gi_pol = INTR_POLARITY_HIGH; in arm_gic_reserve_msi_range()
632 } else if (pol == INTR_POLARITY_HIGH) { in gic_config()
753 *polp = INTR_POLARITY_HIGH; in gic_map_msi()
810 pol != INTR_POLARITY_HIGH) in gic_map_intr()
853 KASSERT(pol == INTR_POLARITY_HIGH, in arm_gic_setup_intr()
H A Dpmu_acpi.c114 ad->pol = INTR_POLARITY_HIGH; in madt_handler()
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c288 sc->gic_irqs[start + i].gi_pol = INTR_POLARITY_HIGH; in gic_v3_reserve_msi_range()
704 *polp = INTR_POLARITY_HIGH; in gic_map_fdt()
712 *polp = INTR_POLARITY_HIGH; in gic_map_fdt()
725 if (irq >= GIC_FIRST_SPI && *polp != INTR_POLARITY_HIGH) in gic_map_fdt()
747 *polp = INTR_POLARITY_HIGH; in gic_map_msi()
803 case INTR_POLARITY_HIGH: in do_gic_v3_map_intr()
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c173 INTR_POLARITY_HIGH : INTR_POLARITY_LOW); in acpi_config_intr()
200 (pol == ACPI_ACTIVE_HIGH) ? INTR_POLARITY_HIGH : INTR_POLARITY_LOW); in acpi_map_intr()
/freebsd/sys/powerpc/powernv/
H A Dxive.c649 *pol = INTR_POLARITY_HIGH; in xive_translate_code()
/freebsd/sys/sys/
H A Dbus.h294 INTR_POLARITY_HIGH = 1, enumerator
/freebsd/sys/arm64/iommu/
H A Dsmmu.c1174 ad->pol = INTR_POLARITY_HIGH; in smmu_configure_intr()