Lines Matching refs:BitWidth
218 UINT8 BitWidth;
223 * Check for BitWidth overflow in GAS.
225 BitWidth = (UINT8) (ByteWidth * 8);
229 * No error for GPE blocks, because we do not use the BitWidth
241 BitWidth = 255;
253 GenericAddress->BitWidth = BitWidth;
633 (Address64->BitWidth != ACPI_MUL_8 (Length)))
637 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
647 * AccessSize/BitWidth/BitOffset fields can be correctly
735 (FadtInfoTable[i].DefaultLength != Target64->BitWidth))
739 FadtInfoTable[i].Name, Target64->BitWidth,
744 Target64->BitWidth = FadtInfoTable[i].DefaultLength;
755 ACPI_DIV_16 (AcpiGbl_FADT.XPm1aEventBlock.BitWidth);