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 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/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/compiler/
asldefine.h 144 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \
145 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1)
aslrestype2.c 112 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
114 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitOffset));
aslresource.c 447 * BitOffset - Additional bit offset
463 UINT32 BitOffset,
470 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset;
aslcompiler.h 1292 UINT32 BitOffset,
aslload.c 372 Node->Value = InitializerOp->Asl.Value.Tag.BitOffset;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeexec.c 403 GenericRegister.BitOffset = 0;
413 GenericRegister.BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 894 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
902 Info->BitOffset += Offset;
904 if (Info->BitOffset % 8 == 0)
906 AcpiOsPrintf ("Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
dmresrcl.c 926 AcpiDmDumpInteger8 (Resource->GenericReg.BitOffset, "Bit Offset");
dmwalk.c 776 Info->BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/events/
evgpeblk.c 303 ThisRegister->StatusAddress.BitOffset = 0;
304 ThisRegister->EnableAddress.BitOffset = 0;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 116 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitOffset), "Bit Offset", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 135 UINT8 BitOffset; /* Bit offset within the register */
amlresrc.h 412 UINT8 BitOffset;
acrestyp.h 450 UINT8 BitOffset;
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 254 GenericAddress->BitOffset = 0;
652 * AccessSize/BitWidth/BitOffset fields can be correctly
  /src/sys/external/bsd/acpica/dist/resources/
rsdumpinfo.c 230 {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 80 milliseconds

1 2