Searched refs:SourceIrq (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/x86/acpica/ |
H A D | madt.c | 560 intr->SourceIrq, intr->GlobalIrq); in madt_parse_interrupt_values() 567 *trig = interrupt_trigger(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 568 *pol = interrupt_polarity(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 575 if (intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) { in madt_parse_interrupt_values() 615 if (acpi_quirks & ACPI_Q_MADT_IRQ0 && intr->SourceIrq == 0 && in madt_parse_interrupt_override() 624 intr->GlobalIrq, intr->SourceIrq); in madt_parse_interrupt_override() 631 if (intr->SourceIrq != intr->GlobalIrq) { in madt_parse_interrupt_override() 638 intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) in madt_parse_interrupt_override() 642 intr->SourceIrq); in madt_parse_interrupt_override() 643 if (madt_find_interrupt(intr->SourceIrq, &old_ioapic, in madt_parse_interrupt_override() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 616 madt_irq_override.SourceIrq = SCI_INT; in build_madt()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 1280 UINT8 SourceIrq; /* Interrupt source (IRQ) */ member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo2.c | 735 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (SourceIrq), "Source", 0},
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 506 printf("\tIRQ=%d\n", (u_int)over->SourceIrq); in acpi_print_madt()
|