OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Io
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rsio.c
3
* Module Name: rsio -
IO
and DMA resource descriptors
178
{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),
rsdumpinfo.c
214
{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (
Io
.IoDecode), "Address Decoding", AcpiGbl_IoDecode},
215
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (
Io
.Minimum), "Address Minimum", NULL},
216
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (
Io
.Maximum), "Address Maximum", NULL},
217
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (
Io
.Alignment), "Alignment", NULL},
218
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (
Io
.AddressLength), "Address Length", NULL}
544
{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.
Io
.RangeType), "Range Type", AcpiGbl_RngDecode},
545
{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.
Io
.Translation), "Translation", AcpiGbl_TtpDecode},
546
{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Info.
Io
.TranslationType), "Translation Type", AcpiGbl_TrsDecode}
rsaddr.c
331
/* Resource Type (Memory,
Io
, BusNumber, etc.) */
401
{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),
/src/sys/external/bsd/acpica/dist/compiler/
aslrestype1i.c
164
*
IO
393
Descriptor->
Io
.DescriptorType =
452
* DESCRIPTION: Construct a short "
IO
" descriptor
476
Descriptor->
Io
.DescriptorType =
487
RsSetFlagBits (&Descriptor->
Io
.Flags, InitializerOp, 0, 1);
489
CurrentByteOffset + ASL_RESDESC_OFFSET (
Io
.Flags), 0);
494
Descriptor->
Io
.Minimum =
497
CurrentByteOffset + ASL_RESDESC_OFFSET (
Io
.Minimum));
503
Descriptor->
Io
.Maximum =
506
CurrentByteOffset + ASL_RESDESC_OFFSET (
Io
.Maximum))
[
all
...]
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrcs.c
304
* DESCRIPTION: Decode an
IO
descriptor
317
AcpiOsPrintf ("
IO
(%s,\n",
318
AcpiGbl_IoDecode [ACPI_GET_1BIT_FLAG (Resource->
Io
.Flags)]);
321
AcpiDmDumpInteger16 (Resource->
Io
.Minimum, "Range Minimum");
324
AcpiDmDumpInteger16 (Resource->
Io
.Maximum, "Range Maximum");
327
AcpiDmDumpInteger8 (Resource->
Io
.Alignment, "Alignment");
330
AcpiDmDumpInteger8 (Resource->
Io
.AddressLength, "Length");
351
* 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
175
*
IO
Attributes
176
* The ISA
IO
ranges are: n000-n0FFh, n400-n4FFh, n800-n8FFh, nC00-nCFFh.
177
* The non-ISA
IO
ranges are: n100-n3FFh, n500-n7FFh, n900-nBFFh, nCD0-nFFFh.
190
*
IO
Port Descriptor Decode
192
#define ACPI_DECODE_10 (UINT8) 0x00 /* 10-bit
IO
address decode */
193
#define ACPI_DECODE_16 (UINT8) 0x01 /* 16-bit
IO
address decode */
436
ACPI_IO_ATTRIBUTE
Io
;
885
ACPI_RESOURCE_IO
Io
;
amlresrc.h
811
AML_RESOURCE_IO
Io
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
1098
ACPI_EFI_UNKNOWN_INTERFACE
Io
;
/src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh
4875
+
Io
/CttjcV0N1jSHFB4rBSpVI9povI28IhzCQNR1yX8YtsdHN3V7uxJXVPN7VPMb
Completed in 33 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025