Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H 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()
/titanic_41/usr/src/uts/intel/io/acpica/tables/
H 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()