Searched refs:InterruptCount (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/components/resources/ |
| HD | rsirq.c | 68 ACPI_RS_OFFSET (Data.Irq.InterruptCount)}, 124 ACPI_RS_OFFSET (Data.Irq.InterruptCount)}, 234 {ACPI_RSC_COUNT, ACPI_RS_OFFSET (Data.ExtendedIrq.InterruptCount), 235 AML_OFFSET (ExtendedIrq.InterruptCount),
|
| HD | rsdumpinfo.c | 76 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", … 221 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (ExtendedIrq.InterruptCount), "Interrupt Count", …
|
| HD | rscalc.c | 348 ((Resource->Data.ExtendedIrq.InterruptCount - 1) * 4) + in AcpiRsGetAmlLength()
|
| HD | rsmisc.c | 798 Resource->Data.ExtendedIrq.InterruptCount = Temp8;
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_pci_link.c | 250 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() 763 res->Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_crs() 776 res->Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_crs() 816 newres.Data.Irq.InterruptCount = 1; in acpi_pci_link_srs_from_links() 829 newres.Data.ExtendedIrq.InterruptCount = 1; in acpi_pci_link_srs_from_links()
|
| HD | acpi_resource.c | 69 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()
|
| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | aslrestype2.c | 223 Descriptor->ExtendedIrq.InterruptCount = 0; in RsDoInterruptDescriptor() 313 if (Descriptor->ExtendedIrq.InterruptCount == 255) in RsDoInterruptDescriptor() 332 Descriptor->ExtendedIrq.InterruptCount++; in RsDoInterruptDescriptor()
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acrestyp.h | 184 UINT8 InterruptCount; member 424 UINT8 InterruptCount; member
|
| HD | amlresrc.h | 390 UINT8 InterruptCount; member
|
| /NextBSD/sys/contrib/dev/acpica/components/disassembler/ |
| HD | dmresrcl.c | 984 ((UINT32) Resource->ExtendedIrq.InterruptCount - 1) * sizeof (UINT32), in AcpiDmInterruptDescriptor() 996 for (i = 0; i < Resource->ExtendedIrq.InterruptCount; i++) in AcpiDmInterruptDescriptor()
|