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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwvalid.c243 UINT32 ByteWidth; local
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,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c165 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)));
318 AcpiTbInitGenericAddress( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, UINT8 ByteWidth, UINT64 Address, const char *RegisterName, UINT8 Flags) argument

Completed in 48 milliseconds