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

  /src/sys/external/bsd/acpica/dist/compiler/
prexpress.c 299 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1));
301 *ReturnValue = Value1;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 97 UINT32 Value1;
169 Status = AcpiHwReadPort (Address, &Value1, 32);
174 *Value = Value1 | ((UINT64) Value2 << 32);
178 Status = AcpiHwReadPort (Address, &Value1, BitWidth);
180 *Value = (UINT64) Value1;

Completed in 15 milliseconds