Home
last modified time | relevance | path

Searched refs:ACPI_MADT_POLARITY_MASK (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/platform/pc64/acpica/
H A Dacpi_madt.c607 pola = intsrc_ent->IntiFlags & ACPI_MADT_POLARITY_MASK; in madt_ioapic_probe_callback()
691 ent_pola = intsrc_ent->IntiFlags & ACPI_MADT_POLARITY_MASK; in madt_ioapic_enum_callback()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dactbl2.h1302 #define ACPI_MADT_POLARITY_MASK (3) /* 00-01: Polarity of APIC I/O input signals */ macro