Home
last modified time | relevance | path

Searched refs:InterruptCount (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
Drsirq.c176 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
232 ACPI_RS_OFFSET (Data.Irq.InterruptCount)},
342 {ACPI_RSC_COUNT, ACPI_RS_OFFSET (Data.ExtendedIrq.InterruptCount),
343 AML_OFFSET (ExtendedIrq.InterruptCount),
Drsdumpinfo.c184 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", …
329 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (ExtendedIrq.InterruptCount), "Interrupt Count", …
Drscalc.c456 ((Resource->Data.ExtendedIrq.InterruptCount - 1) * 4) + in AcpiRsGetAmlLength()
Drsmisc.c908 Resource->Data.ExtendedIrq.InterruptCount = Temp8;
/freebsd-12-stable/sys/dev/acpica/
Dacpi_pci_link.c250 if (res->Data.Irq.InterruptCount == 1) in link_add_crs()
252 } else if (res->Data.ExtendedIrq.InterruptCount == 1) in link_add_crs()
340 res->Data.ExtendedIrq.InterruptCount; in link_add_prs()
344 link->l_num_irqs = res->Data.Irq.InterruptCount; in link_add_prs()
766 res->Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_crs()
779 res->Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_crs()
819 newres.Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
832 newres.Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
Dacpi_resource.c76 irqnum = res->Data.Irq.InterruptCount; in acpi_lookup_irq_handler()
83 irqnum = res->Data.ExtendedIrq.InterruptCount; in acpi_lookup_irq_handler()
141 KASSERT(res->Data.Irq.InterruptCount == 1, in acpi_config_intr()
148 KASSERT(res->Data.ExtendedIrq.InterruptCount == 1, in acpi_config_intr()
322 res->Data.Irq.InterruptCount, res->Data.Irq.Triggering, in acpi_parse_resource()
443 res->Data.ExtendedIrq.InterruptCount, in acpi_parse_resource()
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Daslrestype2.c337 Descriptor->ExtendedIrq.InterruptCount = 0; in RsDoInterruptDescriptor()
427 if (Descriptor->ExtendedIrq.InterruptCount == 255) in RsDoInterruptDescriptor()
446 Descriptor->ExtendedIrq.InterruptCount++; in RsDoInterruptDescriptor()
/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
Ddmresrcl.c1099 ((UINT32) Resource->ExtendedIrq.InterruptCount - 1) * sizeof (UINT32), in AcpiDmInterruptDescriptor()
1111 for (i = 0; i < Resource->ExtendedIrq.InterruptCount; i++) in AcpiDmInterruptDescriptor()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dacrestyp.h292 UINT8 InterruptCount; member
539 UINT8 InterruptCount; member
Damlresrc.h501 UINT8 InterruptCount; member
/freebsd-12-stable/sys/dev/iicbus/
Dacpi_iicbus.c403 if (res->Data.ExtendedIrq.InterruptCount > 0) { in acpi_iicbus_parse_resources_cb()