Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/resources/
H 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),
H A Drsdumpinfo.c116 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", …
117 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", …
/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcs.c259 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor()
262 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h553 AML_RESOURCE_FIXED_IO FixedIo; member
H A Dacrestyp.h653 ACPI_RESOURCE_FIXED_IO FixedIo; member
/titanic_44/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c837 reg.phys_low = rscp->Data.FixedIo.Address; in acpidev_resource_walk_consumer()
838 reg.size_low = rscp->Data.FixedIo.AddressLength; in acpidev_resource_walk_consumer()
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c188 ACPI_RESOURCE_FIXED_IO fixed_io = resource_ptr->Data.FixedIo; in parse_resources_fixed_io()