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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwvalid.c210 UINT32 ByteWidth; local
228 ByteWidth = ACPI_DIV_8 (BitWidth);
229 LastAddress = Address + ByteWidth - 1;
233 ByteWidth));
241 ACPI_CAST_PTR (void, Address), ByteWidth));
273 ACPI_CAST_PTR (void, Address), ByteWidth, PortInfo->Name,
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbfadt.c131 UINT8 ByteWidth,
265 * ByteWidth - Width of this register, in bytes
280 UINT8 ByteWidth,
293 GenericAddress->BitWidth = (UINT8) ACPI_MUL_8 (ByteWidth);
277 AcpiTbInitGenericAddress( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, UINT8 ByteWidth, UINT64 Address) argument

Completed in 61 milliseconds