Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/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", …
/freebsd/usr.sbin/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()
/freebsd/sys/contrib/dev/acpica/compiler/
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()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c367 AcpiDmDumpInteger16 (Resource->FixedIo.Address, "Address"); in AcpiDmFixedIoDescriptor()
370 AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length"); in AcpiDmFixedIoDescriptor()
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c257 if (res->Data.FixedIo.AddressLength <= 0) in acpi_parse_resource()
260 res->Data.FixedIo.Address, res->Data.FixedIo.AddressLength)); in acpi_parse_resource()
261 set->set_ioport(dev, arc->context, res->Data.FixedIo.Address, in acpi_parse_resource()
262 res->Data.FixedIo.AddressLength); in acpi_parse_resource()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlresrc.h816 AML_RESOURCE_FIXED_IO FixedIo; member
H A Dacrestyp.h886 ACPI_RESOURCE_FIXED_IO FixedIo; member