Searched refs:FixedIo (Results 1 – 6 of 6) sorted by relevance
/acpica-latest/source/components/resources/ |
D | rsio.c | 218 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedIo.AddressLength), 219 AML_OFFSET (FixedIo.AddressLength), 222 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedIo.Address), 223 AML_OFFSET (FixedIo.Address),
|
D | rsdumpinfo.c | 224 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", … 225 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", …
|
/acpica-latest/source/compiler/ |
D | aslrestype1i.c | 404 Descriptor->FixedIo.Address = in RsDoFixedIoDescriptor() 407 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.Address)); in RsDoFixedIoDescriptor() 413 Descriptor->FixedIo.AddressLength = in RsDoFixedIoDescriptor() 416 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.AddressLength)); in RsDoFixedIoDescriptor() 435 if (Descriptor->FixedIo.Address > 0x03FF) in RsDoFixedIoDescriptor()
|
/acpica-latest/source/components/disassembler/ |
D | dmresrcs.c | 367 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor() 370 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
|
/acpica-latest/source/include/ |
D | amlresrc.h | 816 AML_RESOURCE_FIXED_IO FixedIo; member
|
D | acrestyp.h | 886 ACPI_RESOURCE_FIXED_IO FixedIo; member
|