Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
HDrsirq.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),
HDrsdumpinfo.c184 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", …
329 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (ExtendedIrq.InterruptCount), "Interrupt Count", …
HDrscalc.c456 ((Resource->Data.ExtendedIrq.InterruptCount - 1) * 4) + in AcpiRsGetAmlLength()
HDrsmisc.c908 Resource->Data.ExtendedIrq.InterruptCount = Temp8;
/freebsd-11-stable/sys/dev/acpica/
HDacpi_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()
HDacpi_resource.c69 irqnum = res->Data.Irq.InterruptCount; in acpi_lookup_irq_handler()
74 irqnum = res->Data.ExtendedIrq.InterruptCount; in acpi_lookup_irq_handler()
122 KASSERT(res->Data.Irq.InterruptCount == 1, in acpi_config_intr()
129 KASSERT(res->Data.ExtendedIrq.InterruptCount == 1, in acpi_config_intr()
274 res->Data.Irq.InterruptCount, res->Data.Irq.Triggering, in acpi_parse_resource()
394 res->Data.ExtendedIrq.InterruptCount, in acpi_parse_resource()
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
HDaslrestype2.c337 Descriptor->ExtendedIrq.InterruptCount = 0; in RsDoInterruptDescriptor()
427 if (Descriptor->ExtendedIrq.InterruptCount == 255) in RsDoInterruptDescriptor()
446 Descriptor->ExtendedIrq.InterruptCount++; in RsDoInterruptDescriptor()
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmresrcl.c1099 ((UINT32) Resource->ExtendedIrq.InterruptCount - 1) * sizeof (UINT32), in AcpiDmInterruptDescriptor()
1111 for (i = 0; i < Resource->ExtendedIrq.InterruptCount; i++) in AcpiDmInterruptDescriptor()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDacrestyp.h292 UINT8 InterruptCount; member
539 UINT8 InterruptCount; member
HDamlresrc.h501 UINT8 InterruptCount; member