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

  /src/sys/dev/acpi/
apei_reg.c 57 const uint8_t BitOffset = Register->BitOffset;
61 X >>= BitOffset;
85 const uint8_t BitOffset = Register->BitOffset;
88 X <<= BitOffset;
93 Y &= ~(Mask << BitOffset);
apei_erst.c 384 const uint8_t BitOffset = header->RegisterRegion.BitOffset;
393 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
400 BitOffset, Mask, Value,
apei_einj.c 407 const uint8_t BitOffset = header->RegisterRegion.BitOffset;
416 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
423 BitOffset, Mask, Value,
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c 233 UINT32 BitOffset;
282 BitOffset = Offset;
300 BitOffset = Offset;
309 BitOffset = 8 * Offset;
318 BitOffset = 8 * Offset;
327 BitOffset = 8 * Offset;
336 BitOffset = 8 * Offset;
352 if ((BitOffset + BitCount) >
359 AcpiUtGetNodeName (ResultDesc), BitOffset, BitCount,
370 ObjDesc, FieldFlags, 0, BitOffset, BitCount)
    [all...]
  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 211 * 1. Detected if BitOffset is 0 and BitWidth is 8/16/32/64;
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 &&
236 Reg->BitOffset + Reg->BitWidth);
282 * pointer, Address, SpaceId, BitWidth, and BitOffset.
336 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth);
374 UINT8 BitOffset;
398 BitWidth = Reg->BitOffset + Reg->BitWidth;
399 BitOffset = Reg->BitOffset
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 350 UINT32 BitOffset;
actbl.h 243 UINT8 BitOffset; /* Bit offset within the register */
amlresrc.h 520 UINT8 BitOffset;
acrestyp.h 558 UINT8 BitOffset;
aclocal.h 1001 UINT32 BitOffset;

Completed in 20 milliseconds