Home
last modified time | relevance | path

Searched refs:SourceIrq (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_madt.c586 if (intsrc_ent->SourceIrq >= ISA_IRQ_CNT) { in madt_ioapic_probe_callback()
588 intsrc_ent->SourceIrq); in madt_ioapic_probe_callback()
595 intsrc_ent->SourceIrq, intsrc_ent->Bus); in madt_ioapic_probe_callback()
601 "trig, reserved\n", intsrc_ent->SourceIrq); in madt_ioapic_probe_callback()
604 "trig, level\n", intsrc_ent->SourceIrq); in madt_ioapic_probe_callback()
610 "pola, reserved\n", intsrc_ent->SourceIrq); in madt_ioapic_probe_callback()
613 "pola, low\n", intsrc_ent->SourceIrq); in madt_ioapic_probe_callback()
679 KKASSERT(intsrc_ent->SourceIrq < ISA_IRQ_CNT); in madt_ioapic_enum_callback()
699 if (intsrc_ent->SourceIrq == acpi_sci_irqno()) { in madt_ioapic_enum_callback()
702 intsrc_ent->SourceIrq, in madt_ioapic_enum_callback()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactbl2.h1046 UINT8 SourceIrq; /* Interrupt source (IRQ) */ member
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmtbinfo2.c698 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (SourceIrq), "Source", 0},