Home
last modified time | relevance | path

Searched refs:FixedIo (Results 1 – 6 of 6) sorted by relevance

/third_party/lib/acpica/source/components/resources/
A Drsio.c110 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedIo.AddressLength),
111 AML_OFFSET (FixedIo.AddressLength),
114 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedIo.Address),
115 AML_OFFSET (FixedIo.Address),
A Drsdumpinfo.c116 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", …
117 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", …
/third_party/lib/acpica/source/compiler/
A Daslrestype1i.c296 Descriptor->FixedIo.Address = in RsDoFixedIoDescriptor()
299 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.Address)); in RsDoFixedIoDescriptor()
305 Descriptor->FixedIo.AddressLength = in RsDoFixedIoDescriptor()
308 CurrentByteOffset + ASL_RESDESC_OFFSET (FixedIo.AddressLength)); in RsDoFixedIoDescriptor()
327 if (Descriptor->FixedIo.Address > 0x03FF) in RsDoFixedIoDescriptor()
/third_party/lib/acpica/source/components/disassembler/
A Ddmresrcs.c259 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor()
262 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
/third_party/lib/acpica/source/include/acpica/
A Damlresrc.h553 AML_RESOURCE_FIXED_IO FixedIo; member
A Dacrestyp.h652 ACPI_RESOURCE_FIXED_IO FixedIo; member

Completed in 14 milliseconds