Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwvalid.c243 UINT32 ByteWidth; in AcpiHwValidateIoRequest() local
263 ByteWidth = ACPI_DIV_8 (BitWidth); in AcpiHwValidateIoRequest()
264 LastAddress = Address + ByteWidth - 1; in AcpiHwValidateIoRequest()
269 ByteWidth)); in AcpiHwValidateIoRequest()
277 ACPI_FORMAT_UINT64 (Address), ByteWidth)); in AcpiHwValidateIoRequest()
309 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name, in AcpiHwValidateIoRequest()
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeregion.c200 UINT32 ByteWidth; in AeRegionHandler() local
253 ByteWidth = (BitWidth / 8); in AeRegionHandler()
257 ByteWidth += 1; in AeRegionHandler()
648 ByteWidth = (BitWidth / 8); in AeRegionHandler()
651 ByteWidth += 1; in AeRegionHandler()
662 ((UINT64) Address + ByteWidth) > in AeRegionHandler()
669 ByteWidth, (UINT32)(RegionElement->Address), in AeRegionHandler()
691 memcpy (Value, BufferValue, ByteWidth); in AeRegionHandler()
698 memcpy (BufferValue, Value, ByteWidth); in AeRegionHandler()
/dflybsd-src/sys/contrib/dev/acpica/source/components/tables/
H A Dtbfadt.c165 UINT8 ByteWidth,
321 UINT8 ByteWidth, in AcpiTbInitGenericAddress() argument
333 BitWidth = (UINT8) (ByteWidth * 8); in AcpiTbInitGenericAddress()
334 if (ByteWidth > 31) /* (31*8)=248, (32*8)=256 */ in AcpiTbInitGenericAddress()
346 RegisterName, ByteWidth, (ByteWidth * 8))); in AcpiTbInitGenericAddress()