Searched defs:ByteWidth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c135 UINT32 ByteWidth; local
155 ByteWidth = ACPI_DIV_8 (BitWidth);
156 LastAddress = Address + ByteWidth - 1;
160 ByteWidth));
168 ACPI_FORMAT_UINT64 (Address), ByteWidth));
200 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name,
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbfadt.c57 UINT8 ByteWidth,
197 * ByteWidth - Width of this register
213 UINT8 ByteWidth,
225 BitWidth = (UINT8) (ByteWidth * 8);
226 if (ByteWidth > 31) /* (31*8)=248, (32*8)=256 */
230 * for GPEs, the legacy length (ByteWidth) is used instead to
238 RegisterName, ByteWidth, (ByteWidth * 8)));
210 AcpiTbInitGenericAddress( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, UINT8 ByteWidth, UINT64 Address, const char *RegisterName, UINT8 Flags) argument

Completed in 63 milliseconds