Searched refs:UINT8 (Results 1 - 25 of 223) sorted by relevance

123456789

/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacrestyp.h57 #define ACPI_READ_ONLY_MEMORY (UINT8) 0x00
58 #define ACPI_READ_WRITE_MEMORY (UINT8) 0x01
60 #define ACPI_NON_CACHEABLE_MEMORY (UINT8) 0x00
61 #define ACPI_CACHABLE_MEMORY (UINT8) 0x01
62 #define ACPI_WRITE_COMBINING_MEMORY (UINT8) 0x02
63 #define ACPI_PREFETCHABLE_MEMORY (UINT8) 0x03
73 #define ACPI_NON_ISA_ONLY_RANGES (UINT8) 0x01
74 #define ACPI_ISA_ONLY_RANGES (UINT8) 0x02
79 #define ACPI_SPARSE_TRANSLATION (UINT8) 0x01
84 #define ACPI_DECODE_10 (UINT8)
[all...]
H A Dactbl2.h141 UINT8 Type;
142 UINT8 Reserved;
169 UINT8 MinResetValue;
170 UINT8 MinPollInterval;
173 UINT8 Flags;
174 UINT8 Reserved2[3];
188 UINT8 AssertMask;
189 UINT8 DeassertMask;
190 UINT8 Alerts;
191 UINT8 DataLengt
[all...]
H A Dactbl.h109 UINT8 Revision; /* ACPI Specification minor version number */
110 UINT8 Checksum; /* To make sum of entire table == 0 */
132 UINT8 SpaceId; /* Address space where struct or register exists */
133 UINT8 BitWidth; /* Size in bits of given register */
134 UINT8 BitOffset; /* Bit offset within the register */
135 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */
151 UINT8 Checksum; /* ACPI 1.0 checksum */
153 UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */
157 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */
158 UINT8 Reserve
[all...]
H A Dacstruct.h76 UINT8 DescriptorType; /* To differentiate various internal objs */
77 UINT8 WalkType;
79 UINT8 NextOpInfo; /* Info about NextOp */
80 UINT8 NumOperands; /* Stack pointer for Operands[] array */
81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
84 UINT8 CurrentResult;
85 UINT8 ReturnUsed;
86 UINT8 ScopeDepth;
87 UINT8 PassNumber; /* Parse pass during table load */
89 UINT8 ResultSiz
[all...]
H A Damlresrc.h151 UINT8 DescriptorType;
164 UINT8 Flags;
180 UINT8 DmaChannelMask;
181 UINT8 Flags;
189 UINT8 Flags;
211 UINT8 Flags;
214 UINT8 Alignment;
215 UINT8 AddressLength;
224 UINT8 AddressLength;
239 UINT8 Checksu
[all...]
H A Dacbuffer.h84 UINT8 Month;
85 UINT8 Day;
86 UINT8 Hour;
87 UINT8 Minute;
88 UINT8 Second;
89 UINT8 Valid;
92 UINT8 Daylight;
93 UINT8 Reserved[3];
120 UINT8 Revision;
121 UINT8 IgnoreColo
[all...]
H A Dacobject.h83 UINT8 DescriptorType; /* To differentiate various internal objs */\
84 UINT8 Type; /* ACPI_OBJECT_TYPE */\
86 UINT8 Flags;
119 UINT8 Fill[3]; /* Prevent warning on some compilers */
147 ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */
149 UINT8 *AmlStart;
160 UINT8 *AmlStart;
184 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
192 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */
200 UINT8 SpaceI
[all...]
H A Dacmacros.h53 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (UINT8, (ptr))
61 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (UINT8) (val))
90 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\
91 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];}
94 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\
95 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(voi
[all...]
H A Daclocal.h188 UINT8 DescriptorType; /* Differentiate object descriptor types */
189 UINT8 Type; /* ACPI Type associated with this name */
190 UINT8 Flags; /* Miscellaneous flags */
206 UINT8 ArgCount;
236 UINT8 Flags;
308 UINT8 *ResourceBuffer;
314 UINT8 FieldFlags;
315 UINT8 Attribute;
316 UINT8 FieldType;
317 UINT8 AccessLengt
[all...]
H A Dactbl3.h116 UINT8 Status;
117 UINT8 ImageType;
171 UINT8 Size[7];
172 UINT8 Type;
189 UINT8 DpsId[16];
213 UINT8 Length;
214 UINT8 Revision;
236 UINT8 Reserved[4];
251 UINT8 Reserved[4];
263 UINT8 Signatur
[all...]
H A Dactbl1.h108 UINT8 Type;
109 UINT8 Length;
118 UINT8 Action;
119 UINT8 Instruction;
120 UINT8 Flags;
121 UINT8 Reserved;
202 UINT8 Id; /* Processor ID */
203 UINT8 Eid; /* Processor EID */
222 UINT8 Gpe; /* The GPE for the EC */
223 UINT8 I
[all...]
H A Dactypes.h64 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
81 * UINT8 8-bit (1 byte) unsigned value
128 typedef unsigned char UINT8; typedef
480 typedef UINT8 ACPI_OWNER_ID;
520 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
521 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
540 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)(b)))
541 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)(b)))
542 #define ACPI_PTR_DIFF(a, b) (ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (
[all...]
H A Dacresrc.h69 UINT8 Opcode;
70 UINT8 ResourceOffset;
71 UINT8 AmlOffset;
72 UINT8 Value;
122 #define ACPI_RS_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE,f)
123 #define AML_OFFSET(f) (UINT8) ACPI_OFFSET (AML_RESOURCE,f)
131 UINT8 Opcode;
132 UINT8 Offset;
169 extern const UINT8 AcpiGbl_AmlResourceSizes[];
170 extern const UINT8 AcpiGbl_AmlResourceSerialBusSize
[all...]
H A Dachware.h75 UINT8 MaxBitWidth,
117 UINT8 SleepState);
120 AcpiHwLegacySleepFinal(UINT8 SleepState, UINT8 SleepTypeA, UINT8 SleepTypeB);
124 UINT8 SleepState);
128 UINT8 SleepState);
148 UINT8 SleepState);
152 UINT8 SleepState);
156 UINT8 SleepStat
[all...]
H A Dactables.h63 UINT8 *
65 UINT8 *StartAddress,
81 UINT8 Flags,
88 UINT8 Flags);
161 UINT8 *TableFlags);
167 UINT8 TableFlags);
172 UINT8 Flags,
215 UINT8
217 UINT8 *Buffer,
H A Dacutils.h48 extern const UINT8 AcpiGbl_ResourceAmlSizes[];
49 extern const UINT8 AcpiGbl_ResourceAmlSerialBusSizes[];
142 UINT8 *Aml,
145 UINT8 ResourceIndex,
150 UINT8 ObjectType,
157 UINT8 *FreeSpace;
241 UINT8 SpaceId);
252 UINT8
280 UINT8 *DataSpace,
286 UINT8 *Buffe
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Duthex.c95 UINT8
102 return ((UINT8) (HexChar - 0x30));
107 return ((UINT8) (HexChar - 0x37));
110 return ((UINT8) (HexChar - 0x57));
H A Dutuuid.c67 const UINT8 AcpiGbl_MapToUuidOffset[UUID_BUFFER_LENGTH] =
89 UINT8 *UuidBuffer)
H A Dutresrc.c338 const UINT8 AcpiGbl_ResourceAmlSizes[] =
378 const UINT8 AcpiGbl_ResourceAmlSerialBusSizes[] =
393 static const UINT8 AcpiGbl_ResourceTypes[] =
455 UINT8 *Aml,
461 UINT8 *EndAml;
462 UINT8 ResourceIndex;
465 UINT8 EndTag[2] = {0x79, 0x00};
582 UINT8 *ReturnIndex)
585 UINT8 ResourceType;
586 UINT8 ResourceInde
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/resources/
H A Drsdump.c65 UINT8 Value);
89 UINT8 *Data);
98 UINT8 Length,
103 UINT8 Length,
104 UINT8 *Data);
215 UINT8 *RouteTable)
218 UINT8 Count;
264 UINT8 *Target = NULL;
265 UINT8 *PreviousTarget;
267 UINT8 Coun
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/disassembler/
H A Ddmresrcl.c77 UINT8 Flags);
81 UINT8 Flags);
85 UINT8 SpecificFlags);
89 UINT8 Flags,
90 UINT8 SpecificFlags);
94 UINT8 SpecificFlags);
105 UINT8 Type,
110 UINT8 Type);
115 UINT8 Type,
140 UINT8 Typ
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwesleep.c113 UINT8 SleepState)
116 UINT8 SleepTypeValue;
175 } while (!(((UINT8) SleepStatus) & ACPI_X_WAKE_STATUS));
196 UINT8 SleepState)
199 UINT8 SleepTypeValue;
235 UINT8 SleepState)
/fuchsia/zircon/third_party/lib/acpica/source/components/tables/
H A Dtbprint.c207 UINT8 Checksum;
223 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length);
233 (UINT8) (Table->Checksum - Checksum)));
251 * RETURN: Checksum (UINT8)
257 UINT8
259 UINT8 *Buffer,
262 UINT8 Sum = 0;
263 UINT8 *End = Buffer + Length;
268 Sum = (UINT8) (Sum + *(Buffer++));
H A Dtbxfroot.c122 if (AcpiTbChecksum ((UINT8 *) Rsdp, ACPI_RSDP_CHECKSUM_LENGTH) != 0)
130 (AcpiTbChecksum ((UINT8 *) Rsdp, ACPI_RSDP_XCHECKSUM_LENGTH) != 0))
163 UINT8 *TablePtr;
164 UINT8 *MemRover;
281 UINT8 *
283 UINT8 *StartAddress,
287 UINT8 *MemRover;
288 UINT8 *EndAddress;
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dasltypes.h89 UINT8 NumArguments;
90 UINT8 LocalInitialized[ACPI_METHOD_NUM_LOCALS];
91 UINT8 ArgInitialized[ACPI_METHOD_NUM_ARGS];
92 UINT8 HasBeenTyped;
93 UINT8 ShouldBeSerialized;
114 UINT8 Flags;
233 UINT8 Level;
286 UINT8 Type;
287 UINT8 Direction;
288 UINT8 Polarit
[all...]

Completed in 181 milliseconds

123456789