Searched refs:Value (Results 1 - 25 of 181) sorted by relevance

12345678

/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwregs.c59 UINT32 *Value,
65 UINT32 Value,
151 * PARAMETERS: Value - Where the value is returned
170 UINT32 *Value,
191 *Value = 0;
202 *Value = (UINT32) Value64;
207 Address, Value, Reg->BitWidth);
212 *Value, Reg->BitWidth, ACPI_FORMAT_UINT64 (Address),
223 * PARAMETERS: Value - Value t
169 AcpiHwRead( UINT32 *Value, ACPI_GENERIC_ADDRESS *Reg) argument
235 AcpiHwWrite( UINT32 Value, ACPI_GENERIC_ADDRESS *Reg) argument
418 UINT32 Value = 0; local
514 AcpiHwRegisterWrite( UINT32 RegisterId, UINT32 Value) argument
634 AcpiHwReadMultiple( UINT32 *Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) argument
693 AcpiHwWriteMultiple( UINT32 Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) argument
[all...]
H A Dhwxface.c122 * PARAMETERS: Value - Where the value is returned
229 * PARAMETERS: Value - Value to be written
240 UINT64 Value,
266 Address, Value, Reg->BitWidth);
281 Address, ACPI_LODWORD (Value), Width);
290 (Address + 4), ACPI_HIDWORD (Value), 32);
300 ACPI_FORMAT_UINT64 (Value), Reg->BitWidth,
316 * ReturnValue - Value that was read from the register,
319 * RETURN: Status and the value read from the specified Register. Value
343 UINT32 Value; local
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/tools/examples/
H A Dexstubs.c66 UINT32 *Value,
75 UINT32 Value,
64 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
73 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Ddtfield.c127 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
170 Length = strlen (Field->Value);
181 memcpy (Buffer, Field->Value, Length);
214 AsciiString = Field->Value;
251 InString = Field->Value;
256 sprintf (MsgBuffer, "%s", Field->Value);
291 UINT64 Value; local
307 Status = DtResolveIntegerExpression (Field, &Value);
326 if (Value != 1)
330 Value
462 UINT64 Value; local
518 UINT64 Value = 0; local
[all...]
H A Dprexpress.c186 UINT64 Value; local
193 Value = 0; /* Default is "Not defined" -- FALSE */
198 Value = ACPI_UINT64_MAX; /* TRUE */
203 Gbl_CurrentLineNumber, Identifier, ACPI_FORMAT_UINT64 (Value));
205 return (Value);
225 UINT64 Value; local
232 Value = 0; /* Default is "Not defined" -- FALSE */
237 Value = ACPI_UINT64_MAX; /* TRUE */
242 Gbl_CurrentLineNumber, Identifier, ACPI_FORMAT_UINT64 (Value));
244 return (Value);
[all...]
H A Daslopcodes.c231 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer);
278 switch (Op->Asl.Value.Integer)
328 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX)
334 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX)
340 if (Op->Asl.Value.Integer <= ACPI_UINT32_MAX)
401 AttribOp->Asl.Value.Integer = 0;
409 Attribute = (UINT8) AttribOp->Asl.Value.Integer;
433 LengthOp->Asl.Value.Integer = 16;
498 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength;
506 BufferDataOp->Asl.Value
[all...]
H A Dasloperands.c121 if (Next->Asl.Value.Integer > 15)
165 NumArgs = (UINT8) Next->Asl.Value.Integer;
174 Serialized = (UINT8) Next->Asl.Value.Integer;
187 if (Next->Asl.Value.Integer > 15)
192 Concurrency = (UINT8) Next->Asl.Value.Integer;
204 Next->Asl.Value.Integer = MethodFlags;
247 AccessType = (UINT8) Op->Asl.Value.Integer;
252 FieldOp->Asl.Value.Integer = AccessType;
257 LockRule = (UINT8) Next->Asl.Value.Integer;
263 UpdateRule = (UINT8) Next->Asl.Value
[all...]
H A Daslanalyze.c139 Length = strlen (Op->Asl.Value.String);
152 if (*Op->Asl.Value.String == '*')
155 Op, Op->Asl.Value.String);
168 for (i = 0; Op->Asl.Value.String[i]; i++)
170 if (!isalnum ((int) Op->Asl.Value.String[i]))
173 Op, Op->Asl.Value.String);
189 Op, Op->Asl.Value.String);
201 if (!isupper ((int) Op->Asl.Value.String[i]))
204 Op, &Op->Asl.Value.String[i]);
217 if (!isupper ((int) Op->Asl.Value
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/resources/
H A Drsmisc.c54 #define INIT_TABLE_LENGTH(i) i->Value
58 #define COMPARE_VALUE(i) i->Value
151 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
159 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
167 ((ACPI_GET8 (Source) >> Info->Value) & 0x07));
176 (Info->Value * (ItemCount - 1));
185 (Info->Value * (ItemCount - 1));
190 Target = ACPI_ADD_PTR (void, Aml, Info->Value);
203 Resource->Length = Resource->Length + (Info->Value * ItemCount);
211 Target = ACPI_ADD_PTR (void, Aml, (Info->Value
[all...]
H A Drsdump.c60 char *Value);
65 UINT8 Value);
70 UINT16 Value);
75 UINT32 Value);
80 UINT64 Value);
534 * Value - Value of the resource field
546 char *Value)
549 AcpiOsPrintf ("%27s : %s", Title, Value);
550 if (!*Value)
544 AcpiRsOutString( char *Title, char *Value) argument
558 AcpiRsOutInteger8( char *Title, UINT8 Value) argument
566 AcpiRsOutInteger16( char *Title, UINT16 Value) argument
575 AcpiRsOutInteger32( char *Title, UINT32 Value) argument
584 AcpiRsOutInteger64( char *Title, UINT64 Value) argument
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexregion.c60 * Value - Pointer to in or out value
76 UINT64 *Value,
231 *Value = 0;
236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
251 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr);
268 ACPI_SET8 (LogicalAddrPtr, *Value);
273 ACPI_SET16 (LogicalAddrPtr, *Value);
278 ACPI_SET32 (LogicalAddrPtr, *Value);
72 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
323 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
388 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
469 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
506 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
543 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
H A Dexoparg1.c193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
322 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value;
327 ReturnDesc->Integer.Value = Operand[0]->Integer.Value;
333 for (Temp32 = 0; ReturnDesc->Integer.Value &&
336 ReturnDesc->Integer.Value >>= 1;
339 ReturnDesc->Integer.Value = Temp32;
344 ReturnDesc->Integer.Value
631 UINT64 Value; local
[all...]
H A Dexoparg2.c100 UINT32 Value; local
120 Value = (UINT32) Operand[1]->Integer.Value;
141 Status = AcpiEvQueueNotifyRequest (Node, Value);
207 Operand[0]->Integer.Value,
208 Operand[1]->Integer.Value,
209 &ReturnDesc1->Integer.Value,
210 &ReturnDesc2->Integer.Value);
306 ReturnDesc->Integer.Value = AcpiExDoMathOp (
308 Operand[0]->Integer.Value,
[all...]
H A Dexoparg3.c110 (UINT32) Operand[0]->Integer.Value,
111 (UINT32) Operand[1]->Integer.Value,
112 (UINT32) Operand[2]->Integer.Value));
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
203 Index = Operand[1]->Integer.Value;
204 Length = (ACPI_SIZE) Operand[2]->Integer.Value;
H A Dexdebug.c85 UINT32 Value; local
192 (UINT32) SourceDesc->Integer.Value);
197 ACPI_FORMAT_UINT64 (SourceDesc->Integer.Value));
238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value);
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
304 Value = SourceDesc->Reference.Value;
311 Value, *SourceDesc->Reference.IndexPointer);
317 Value, *SourceDesc->Reference.IndexPointer,
323 AcpiOsPrintf ("Package[%u] = ", Value);
[all...]
H A Dexutils.c72 UINT64 Value,
187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX))
193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX;
296 * PARAMETERS: Value - Value to be represented
301 * DESCRIPTION: Calculate the number of digits needed to represent the Value
308 UINT64 Value,
320 if (Value == 0)
325 CurrentValue = Value;
401 * Value
307 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
412 AcpiExIntegerToString( char *OutString, UINT64 Value) argument
[all...]
H A Dexoparg6.c245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
255 Index = Operand[5]->Integer.Value;
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value,
319 ReturnDesc->Integer.Value = Index;
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daeinitfile.c109 * <ACPI-pathname> <Integer Value>
187 UINT64 Value; local
190 AcpiOsPrintf ("Value Override: %s, ", Pathname);
205 Status = AcpiUtStrtoul64 (ValueString, 0, &Value);
213 ObjDesc->Integer.Value = Value;
231 ACPI_FORMAT_UINT64 (Value));
H A Daehandlers.c55 UINT32 Value,
61 UINT32 Value,
67 UINT32 Value,
73 UINT32 Value,
183 UINT32 Value,
186 AeCommonNotifyHandler (Device, Value, 1);
192 UINT32 Value,
195 AeCommonNotifyHandler (Device, Value, 2);
201 UINT32 Value,
208 if (Value <
181 AeNotifyHandler1( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
190 AeNotifyHandler2( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
199 AeCommonNotifyHandler( ACPI_HANDLE Device, UINT32 Value, UINT32 HandlerId) argument
277 AeSystemNotifyHandler( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
310 AeDeviceNotifyHandler( ACPI_HANDLE Device, UINT32 Value, void *Context) argument
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/disassembler/
H A Ddmopcode.c94 PrevOp = Op->Asl.Value.Arg;
106 NextOp = Op->Asl.Value.Arg;
128 if (!PrevOp->Asl.Value.String)
143 if (*PrevOp->Asl.Value.String == '\\')
186 NextOp = Op->Asl.Value.Arg;
199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
406 IndexOp = Op->Common.Value.Arg;
461 Flags = (UINT8) Op->Common.Value.Integer;
510 Flags = (UINT8) Op->Common.Value.Integer;
583 AcpiDmAddressSpace ((UINT8) Op->Common.Value
[all...]
H A Ddmresrc.c136 * PARAMETERS: Value - Value to emit
147 UINT8 Value,
150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
155 UINT16 Value,
158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
163 UINT32 Value,
166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
171 UINT64 Value,
174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Nam
146 AcpiDmDumpInteger8( UINT8 Value, char *Name) argument
154 AcpiDmDumpInteger16( UINT16 Value, char *Name) argument
162 AcpiDmDumpInteger32( UINT32 Value, char *Name) argument
170 AcpiDmDumpInteger64( UINT64 Value, char *Name) argument
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/dispatcher/
H A Ddswscope.c84 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
147 ScopeInfo->Common.Value = (UINT16) Type;
160 AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
171 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
218 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
226 AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
H A Ddsfield.c229 Arg->Common.Value.String, ACPI_TYPE_ANY,
233 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status);
346 (UINT64) Arg->Common.Value.Size;
375 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
380 ((Arg->Common.Value.Integer >> 8) & 0xFF);
385 ((Arg->Common.Value.Integer >> 16) & 0xFF);
401 Child = Arg->Common.Value.Arg;
405 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
412 Child->Common.Value.Name, ACPI_TYPE_ANY,
417 ACPI_ERROR_NAMESPACE (Child->Common.Value
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doszircon.cpp182 * @param Value A pointer to a location where the data is to be returned.
189 UINT64 *Value,
199 * @param Value Data to be written to the memory location.
206 UINT64 Value,
227 * @param Value A pointer to a location where the data is to be returned.
234 UINT32 *Value,
242 *Value = inp((uint16_t)Address);
245 *Value = inpw((uint16_t)Address);
248 *Value = inpd((uint16_t)Address);
260 * @param Value Th
187 AcpiOsReadMemory( ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) argument
204 AcpiOsWriteMemory( ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
232 AcpiOsReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
265 AcpiOsWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/fuchsia/zircon/system/dev/bus/acpi/
H A Dutil.c21 *out = obj.Integer.Value;
29 .Integer.Value = arg,

Completed in 74 milliseconds

12345678