HomeSort by: relevance | last modified time | path
    Searched refs:BitOffset (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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);
acpi_pcc.c 277 mask = __BITS(reg->BitOffset + reg->BitWidth - 1,
278 reg->BitOffset);
316 mask = __BITS(reg->BitOffset + reg->BitWidth - 1,
317 reg->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_mapreg.c 90 switch (reg->BitOffset) {
apei_einj.c 407 const uint8_t BitOffset = header->RegisterRegion.BitOffset;
416 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
423 BitOffset, Mask, Value,
acpi_verbose.c 447 acpi_fadt_genaddr_table[i].fadt_value.BitOffset,
  /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/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/compiler/
asldefine.h 252 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \
253 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1)
aslrestype2.c 220 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
222 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitOffset));
aslresource.c 555 * BitOffset - Additional bit offset
571 UINT32 BitOffset,
578 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset;
aslcompiler.h 1400 UINT32 BitOffset,
aslload.c 480 Node->Value = InitializerOp->Asl.Value.Tag.BitOffset;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeexec.c 511 GenericRegister.BitOffset = 0;
521 GenericRegister.BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 1002 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
1010 Info->BitOffset += Offset;
1012 if (Info->BitOffset % 8 == 0)
1014 AcpiOsPrintf ("Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
dmresrcl.c 1034 AcpiDmDumpInteger8 (Resource->GenericReg.BitOffset, "Bit Offset");
dmwalk.c 884 Info->BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/events/
evgpeblk.c 411 ThisRegister->StatusAddress.BitOffset = 0;
412 ThisRegister->EnableAddress.BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 224 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitOffset), "Bit Offset", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 243 UINT8 BitOffset; /* Bit offset within the register */
amlresrc.h 520 UINT8 BitOffset;
acrestyp.h 558 UINT8 BitOffset;
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 362 GenericAddress->BitOffset = 0;
760 * AccessSize/BitWidth/BitOffset fields can be correctly
  /src/sys/external/bsd/acpica/dist/resources/
rsdumpinfo.c 338 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitOffset), "Bit Offset", NULL},
  /src/usr.sbin/acpitools/acpidump/
acpi.c 233 (u_int)gas->Address, gas->BitOffset,
237 (uintmax_t)gas->Address, gas->BitOffset,
242 gas->BitOffset, gas->BitWidth);
252 gas->BitOffset, gas->BitWidth);
256 gas->BitOffset, gas->BitWidth);

Completed in 302 milliseconds

1 2