Searched refs:FixedDma (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcs.c | 164 Resource->FixedDma.RequestLines, in AcpiDmFixedDmaDescriptor() 165 Resource->FixedDma.Channels); in AcpiDmFixedDmaDescriptor() 167 if (Resource->FixedDma.Width <= 5) in AcpiDmFixedDmaDescriptor() 170 AcpiGbl_DtsDecode [Resource->FixedDma.Width]); in AcpiDmFixedDmaDescriptor() 175 Resource->FixedDma.Width); in AcpiDmFixedDmaDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslrestype1i.c | 209 Descriptor->FixedDma.DescriptorType = in RsDoFixedDmaDescriptor() 220 Descriptor->FixedDma.RequestLines = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 222 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.RequestLines)); in RsDoFixedDmaDescriptor() 227 Descriptor->FixedDma.Channels = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 229 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.Channels)); in RsDoFixedDmaDescriptor() 234 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 236 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedDma.Width)); in RsDoFixedDmaDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/resources/ |
H A D | rsirq.c | 311 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedDma.RequestLines), 312 AML_OFFSET (FixedDma.RequestLines), 315 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width), 316 AML_OFFSET (FixedDma.Width),
|
H A D | rsdumpinfo.c | 337 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedDma.RequestLines), "RequestLines", … 338 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedDma.Channels), "Channels", … 339 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedDma.Width), "TransferWidth", …
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | amlresrc.h | 705 AML_RESOURCE_FIXED_DMA FixedDma; member
|
H A D | acrestyp.h | 779 ACPI_RESOURCE_FIXED_DMA FixedDma; member
|
/netbsd-src/sys/external/bsd/acpica/dist/ |
H A D | changes.txt | 7298 FixedDma
|