HomeSort by: relevance | last modified time | path
    Searched refs:Io (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsio.c 3 * Module Name: rsio - IO and DMA resource descriptors
70 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode),
71 AML_OFFSET (Io.Flags),
80 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
81 AML_OFFSET (Io.Alignment),
84 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum),
85 AML_OFFSET (Io.Minimum),
rsdumpinfo.c 106 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Io.IoDecode), "Address Decoding", AcpiGbl_IoDecode},
107 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Minimum), "Address Minimum", NULL},
108 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", NULL},
109 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", NULL},
110 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", NULL}
436 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", AcpiGbl_RngDecode},
437 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.Translation), "Translation", AcpiGbl_TtpDecode},
438 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.TranslationType), "Translation Type", AcpiGbl_TrsDecode}
rsaddr.c 223 /* Resource Type (Memory, Io, BusNumber, etc.) */
293 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
297 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.Translation),
301 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.TranslationType),
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype1i.c 56 * IO
285 Descriptor->Io.DescriptorType =
344 * DESCRIPTION: Construct a short "IO" descriptor
368 Descriptor->Io.DescriptorType =
379 RsSetFlagBits (&Descriptor->Io.Flags, InitializerOp, 0, 1);
381 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Flags), 0);
386 Descriptor->Io.Minimum =
389 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Minimum));
395 Descriptor->Io.Maximum =
398 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Maximum))
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcs.c 196 * DESCRIPTION: Decode an IO descriptor
209 AcpiOsPrintf ("IO (%s,\n",
210 AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->Io.Flags)]);
213 AcpiDmDumpInteger16 (Resource->Io.Minimum, "Range Minimum");
216 AcpiDmDumpInteger16 (Resource->Io.Maximum, "Range Maximum");
219 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment");
222 AcpiDmDumpInteger8 (Resource->Io.AddressLength, "Length");
243 * DESCRIPTION: Decode a Fixed IO descriptor
  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 13 Debug library functions for Hardware IO access
83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
98 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
  /src/sys/dev/acpi/
acpi_resource.c 118 if (res->Data.Io.Minimum ==
119 res->Data.Io.Maximum) {
121 "Io 0x%x/%u\n",
122 res->Data.Io.Minimum,
123 res->Data.Io.AddressLength));
126 res->Data.Io.Minimum,
127 res->Data.Io.AddressLength);
130 "Io 0x%x-0x%x/%u\n",
131 res->Data.Io.Minimum,
132 res->Data.Io.Maximum
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 358 EFI_PCI_IO_PROTOCOL_ACCESS Io;
387 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io;
efilib.h 1081 #define Port80(_PostCode) GlobalIoFncs->Io.Write (GlobalIoFncs, IO_UINT16, (UINT64)0x80, 1, &(_PostCode))
efiprot.h 41 // Block IO protocol
185 // Disk Block IO protocol
566 // Device IO protocol
666 EFI_IO_ACCESS Io;
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 67 * IO Attributes
68 * The ISA IO ranges are: n000-n0FFh, n400-n4FFh, n800-n8FFh, nC00-nCFFh.
69 * The non-ISA IO ranges are: n100-n3FFh, n500-n7FFh, n900-nBFFh, nCD0-nFFFh.
82 * IO Port Descriptor Decode
84 #define ACPI_DECODE_10 (UINT8) 0x00 /* 10-bit IO address decode */
85 #define ACPI_DECODE_16 (UINT8) 0x01 /* 16-bit IO address decode */
328 ACPI_IO_ATTRIBUTE Io;
777 ACPI_RESOURCE_IO Io;
amlresrc.h 703 AML_RESOURCE_IO Io;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 990 ACPI_EFI_UNKNOWN_INTERFACE Io;

Completed in 34 milliseconds