Home
last modified time | relevance | path

Searched refs:Io (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype1i.c393 Descriptor->Io.DescriptorType = in RsDoFixedIoDescriptor()
476 Descriptor->Io.DescriptorType = in RsDoIoDescriptor()
494 Descriptor->Io.Minimum = in RsDoIoDescriptor()
497 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Minimum)); in RsDoIoDescriptor()
503 Descriptor->Io.Maximum = in RsDoIoDescriptor()
512 Descriptor->Io.Alignment = in RsDoIoDescriptor()
521 Descriptor->Io.AddressLength = in RsDoIoDescriptor()
545 Descriptor->Io.Minimum, in RsDoIoDescriptor()
546 Descriptor->Io.Maximum, in RsDoIoDescriptor()
547 Descriptor->Io.AddressLength, in RsDoIoDescriptor()
[all …]
/illumos-gate/usr/src/common/acpica/resources/
H A Drsio.c178 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode),
179 AML_OFFSET (Io.Flags),
188 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
189 AML_OFFSET (Io.Alignment),
192 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum),
193 AML_OFFSET (Io.Minimum),
H A Drsdumpinfo.c214 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Io.IoDecode), "Address Decoding", …
215 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Minimum), "Address Minimum", …
216 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", …
217 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", …
218 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", …
518 …{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", …
519 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", …
520 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.TranslationType), "Translation Type", …
H A Drsaddr.c401 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
405 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.Translation),
409 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.TranslationType),
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcs.c318 AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->Io.Flags)]); in AcpiDmIoDescriptor()
321 AcpiDmDumpInteger16 (Resource->Io.Minimum, "Range Minimum"); in AcpiDmIoDescriptor()
324 AcpiDmDumpInteger16 (Resource->Io.Maximum, "Range Maximum"); in AcpiDmIoDescriptor()
327 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment"); in AcpiDmIoDescriptor()
330 AcpiDmDumpInteger8 (Resource->Io.AddressLength, "Length"); in AcpiDmIoDescriptor()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c521 if (addrp->Info.Io.Translation) { in acpidev_resource_address64()
524 if (addrp->Info.Io.RangeType == ACPI_NON_ISA_ONLY_RANGES) { in acpidev_resource_address64()
528 } else if (addrp->Info.Io.RangeType == ACPI_ENTIRE_RANGE) { in acpidev_resource_address64()
533 addrp->Info.Io.RangeType); in acpidev_resource_address64()
567 if (addrp->Info.Io.Translation) { in acpidev_resource_address64()
654 if (rscp->Data.Io.IoDecode == ACPI_DECODE_16) { in acpidev_resource_walk_producer()
659 range.parent_low = range.child_low = rscp->Data.Io.Minimum; in acpidev_resource_walk_producer()
661 range.size_low = rscp->Data.Io.AddressLength; in acpidev_resource_walk_producer()
830 if (rscp->Data.Io.IoDecode == ACPI_DECODE_16) { in acpidev_resource_walk_consumer()
833 reg.phys_low = rscp->Data.Io.Minimum; in acpidev_resource_walk_consumer()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c309 if (rp->Data.Io.AddressLength == 0) in acpi_wr_cb()
312 memlist_insert(&acpi_io_res[bus], rp->Data.Io.Minimum, in acpi_wr_cb()
313 rp->Data.Io.AddressLength); in acpi_wr_cb()
315 acpi_dbg(bus, rp->Data.Io.Minimum, in acpi_wr_cb()
316 rp->Data.Io.AddressLength, 0, ACPI_IO_RANGE, "IO"); in acpi_wr_cb()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DCpuIo2.h131 EFI_CPU_IO_PROTOCOL_ACCESS Io; member
H A DDeviceIo.h247 EFI_IO_ACCESS Io; member
H A DIsaIo.h330 EFI_ISA_IO_PROTOCOL_ACCESS Io; member
H A DPciRootBridgeIo.h414 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io; member
H A DPciIo.h519 EFI_PCI_IO_PROTOCOL_ACCESS Io; member
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacrestyp.h430 ACPI_IO_ATTRIBUTE Io; member
856 ACPI_RESOURCE_IO Io; member
H A Damlresrc.h773 AML_RESOURCE_IO Io; member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h1098 ACPI_EFI_UNKNOWN_INTERFACE Io; member
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpi_enum.c247 ACPI_RESOURCE_IO acpi_io = resource_ptr->Data.Io; in parse_resources_io()
/illumos-gate/usr/src/cmd/look/
H A Dwords12276 Io
/illumos-gate/usr/src/cmd/spell/
H A Dlist12274 Io
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids22953 0000 Thelio Io (thelio-io)