Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/resources/
H A Drsio.c218 {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),
H A Drsdumpinfo.c224 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", …
225 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", …
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi_device.c111 res->data.FixedIo.Address = port; in acpi_device_add_res_fixed_ioport()
112 res->data.FixedIo.AddressLength = length; in acpi_device_add_res_fixed_ioport()
170 dsdt_fixed_ioport(res->data.FixedIo.Address, in acpi_device_write_dsdt_crs()
171 res->data.FixedIo.AddressLength); in acpi_device_write_dsdt_crs()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype1i.c404 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()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcs.c367 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor()
370 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h774 AML_RESOURCE_FIXED_IO FixedIo; member
H A Dacrestyp.h857 ACPI_RESOURCE_FIXED_IO FixedIo; member
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c269 ACPI_RESOURCE_FIXED_IO fixed_io = resource_ptr->Data.FixedIo; in parse_resources_fixed_io()