HomeSort by: relevance | last modified time | path
    Searched refs:ByteWidth (Results 1 - 3 of 3) 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...]
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 165 UINT8 ByteWidth,
305 * ByteWidth - Width of this register
321 UINT8 ByteWidth,
333 BitWidth = (UINT8) (ByteWidth * 8);
334 if (ByteWidth > 31) /* (31*8)=248, (32*8)=256 */
338 * for GPEs, the legacy length (ByteWidth) is used instead to
346 RegisterName, ByteWidth, (ByteWidth * 8)));

Completed in 88 milliseconds