Home
last modified time | relevance | path

Searched refs:ByteWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/components/hardware/
A Dhwvalid.c135 UINT32 ByteWidth; in AcpiHwValidateIoRequest() local
155 ByteWidth = ACPI_DIV_8 (BitWidth); in AcpiHwValidateIoRequest()
156 LastAddress = Address + ByteWidth - 1; in AcpiHwValidateIoRequest()
160 ByteWidth)); in AcpiHwValidateIoRequest()
168 ACPI_FORMAT_UINT64 (Address), ByteWidth)); in AcpiHwValidateIoRequest()
200 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name, in AcpiHwValidateIoRequest()
/third_party/lib/acpica/source/tools/acpiexec/
A Daeregion.c366 UINT32 ByteWidth; in AeRegionHandler() local
417 ByteWidth = (BitWidth / 8); in AeRegionHandler()
421 ByteWidth += 1; in AeRegionHandler()
832 ByteWidth = (BitWidth / 8); in AeRegionHandler()
836 ByteWidth += 1; in AeRegionHandler()
847 ((UINT64) Address + ByteWidth) > in AeRegionHandler()
854 ByteWidth, (UINT32)(RegionElement->Address), in AeRegionHandler()
876 memcpy (Value, BufferValue, ByteWidth); in AeRegionHandler()
883 memcpy (BufferValue, Value, ByteWidth); in AeRegionHandler()
/third_party/lib/acpica/source/components/tables/
A Dtbfadt.c57 UINT8 ByteWidth,
213 UINT8 ByteWidth, in AcpiTbInitGenericAddress() argument
225 BitWidth = (UINT8) (ByteWidth * 8); in AcpiTbInitGenericAddress()
226 if (ByteWidth > 31) /* (31*8)=248, (32*8)=256 */ in AcpiTbInitGenericAddress()
238 RegisterName, ByteWidth, (ByteWidth * 8))); in AcpiTbInitGenericAddress()

Completed in 6 milliseconds