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 125 UINT32 BitOffset;
174 BitOffset = Offset;
192 BitOffset = Offset;
201 BitOffset = 8 * Offset;
210 BitOffset = 8 * Offset;
219 BitOffset = 8 * Offset;
228 BitOffset = 8 * Offset;
244 if ((BitOffset + BitCount) >
251 AcpiUtGetNodeName (ResultDesc), BitOffset, BitCount,
262 ObjDesc, FieldFlags, 0, BitOffset, BitCount)
    [all...]
  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 103 * 1. Detected if BitOffset is 0 and BitWidth is 8/16/32/64;
107 * 1. Detected if BitOffset is not 0 or BitWidth is not 8/16/32/64;
110 * 3. BitOffset/BitWidth fields are used to describe the "region".
115 if (!Reg->BitOffset && Reg->BitWidth &&
128 Reg->BitOffset + Reg->BitWidth);
174 * pointer, Address, SpaceId, BitWidth, and BitOffset.
228 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth);
266 UINT8 BitOffset;
290 BitWidth = Reg->BitOffset + Reg->BitWidth;
291 BitOffset = Reg->BitOffset
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 245 UINT32 BitOffset;
actbl.h 135 UINT8 BitOffset; /* Bit offset within the register */
amlresrc.h 412 UINT8 BitOffset;
acrestyp.h 450 UINT8 BitOffset;
aclocal.h 893 UINT32 BitOffset;

Completed in 32 milliseconds