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

  /src/sys/external/bsd/acpica/dist/hardware/
hwvalid.c 243 UINT32 ByteWidth;
263 ByteWidth = ACPI_DIV_8 (BitWidth);
264 LastAddress = Address + ByteWidth - 1;
269 ByteWidth));
277 ACPI_FORMAT_UINT64 (Address), ByteWidth));
309 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name,
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 200 UINT32 ByteWidth;
253 ByteWidth = (BitWidth / 8);
257 ByteWidth += 1;
648 ByteWidth = (BitWidth / 8);
651 ByteWidth += 1;
659 * ByteWidth (see above)
662 ((UINT64) Address + ByteWidth) >
669 ByteWidth, (UINT32)(RegionElement->Address),
691 memcpy (Value, BufferValue, ByteWidth);
698 memcpy (BufferValue, Value, ByteWidth);
    [all...]

Completed in 12 milliseconds