HomeSort by: relevance | last modified time | path
    Searched defs:BitWidth (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 192 * MaxBitWidth - Max BitWidth supported (32 or 64)
211 * 1. Detected if BitOffset is 0 and BitWidth is 8/16/32/64;
212 * 2. AccessSize field is ignored and BitWidth field is used for
215 * 1. Detected if BitOffset is not 0 or BitWidth is not 8/16/32/64;
218 * 3. BitOffset/BitWidth fields are used to describe the "region".
223 if (!Reg->BitOffset && Reg->BitWidth &&
224 ACPI_IS_POWER_OF_TWO (Reg->BitWidth) &&
225 ACPI_IS_ALIGNED (Reg->BitWidth, 8))
227 AccessBitWidth = Reg->BitWidth;
236 Reg->BitOffset + Reg->BitWidth);
    [all...]
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 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 correctl
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 242 UINT8 BitWidth; /* Size in bits of given register */
amlresrc.h 519 UINT8 BitWidth;
acrestyp.h 557 UINT8 BitWidth;

Completed in 15 milliseconds