Home | History | Annotate | Download | only in tables

Lines Matching defs:BitWidth

326     UINT8                   BitWidth;
331 * Check for BitWidth overflow in GAS.
333 BitWidth = (UINT8) (ByteWidth * 8);
337 * No error for GPE blocks, because we do not use the BitWidth
349 BitWidth = 255;
361 GenericAddress->BitWidth = BitWidth;
746 (Address64->BitWidth != ACPI_MUL_8 (Length)))
750 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
760 * AccessSize/BitWidth/BitOffset fields can be correctly
848 (FadtInfoTable[i].DefaultLength != Target64->BitWidth))
852 FadtInfoTable[i].Name, Target64->BitWidth,
857 Target64->BitWidth = FadtInfoTable[i].DefaultLength;
868 ACPI_DIV_16 (AcpiGbl_FADT.XPm1aEventBlock.BitWidth);