Searched refs:SourceIrq (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/x86/acpica/ |
| H A D | madt.c | 542 intr->SourceIrq, intr->GlobalIrq); in madt_parse_interrupt_values() 549 *trig = interrupt_trigger(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 550 *pol = interrupt_polarity(intr->IntiFlags, intr->SourceIrq); in madt_parse_interrupt_values() 557 if (intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) { in madt_parse_interrupt_values() 606 intr->GlobalIrq, intr->SourceIrq); in madt_parse_interrupt_override() 613 if (intr->SourceIrq != intr->GlobalIrq) { in madt_parse_interrupt_override() 620 intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) in madt_parse_interrupt_override() 624 intr->SourceIrq); in madt_parse_interrupt_override() 625 if (madt_find_interrupt(intr->SourceIrq, &old_ioapic, in madt_parse_interrupt_override() 628 intr->SourceIrq); in madt_parse_interrupt_override() [all …]
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pvcpu_enum.c | 90 if (acpi_quirks & ACPI_Q_MADT_IRQ0 && intr->SourceIrq == 0 && in madt_parse_interrupt_override() 100 if (intr->SourceIrq != intr->GlobalIrq && intr->GlobalIrq > 15 && in madt_parse_interrupt_override() 101 intr->SourceIrq == AcpiGbl_FADT.SciInterrupt) in madt_parse_interrupt_override()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 776 UINT8 SourceIrq; /* Interrupt source (IRQ) */ member
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 572 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (SourceIrq), "Source", 0},
|