Searched refs:InterruptCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/sys/contrib/dev/acpica/components/resources/ |
| HD | rsirq.c | 176 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),
|
| HD | rsdumpinfo.c | 184 …{ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.InterruptCount), "Interrupt Count", … 329 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (ExtendedIrq.InterruptCount), "Interrupt Count", …
|
| HD | rscalc.c | 456 ((Resource->Data.ExtendedIrq.InterruptCount - 1) * 4) + in AcpiRsGetAmlLength()
|
| HD | rsmisc.c | 908 Resource->Data.ExtendedIrq.InterruptCount = Temp8;
|
| /freebsd-11-stable/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() 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()
|
| 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()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/compiler/ |
| HD | aslrestype2.c | 337 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/ |
| HD | dmresrcl.c | 1099 ((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/ |
| HD | acrestyp.h | 292 UINT8 InterruptCount; member 539 UINT8 InterruptCount; member
|
| HD | amlresrc.h | 501 UINT8 InterruptCount; member
|