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

1 2

  /src/sys/external/bsd/acpica/dist/executer/
exregion.c 167 * BitWidth - Field width in bits (8, 16, or 32)
183 UINT32 BitWidth,
204 switch (BitWidth)
229 BitWidth));
342 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
357 switch (BitWidth)
381 /* BitWidth was already validated */
389 switch (BitWidth)
413 /* BitWidth was already validated */
435 * BitWidth - Field width in bits (8, 16, or 32
    [all...]
  /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...]
hwvalid.c 163 UINT32 BitWidth);
226 * BitWidth Number of bits (8,16,32)
240 UINT32 BitWidth)
253 if ((BitWidth != 8) &&
254 (BitWidth != 16) &&
255 (BitWidth != 32))
258 "Bad BitWidth parameter: %8.8X", BitWidth));
263 ByteWidth = ACPI_DIV_8 (BitWidth);
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 178 UINT32 BitWidth,
241 "Operation Region request on %s at 0x%X, BitWidth 0x%X, RegionLength 0x%X\n",
243 (UINT32) Address, BitWidth, (UINT32) Length));
253 ByteWidth = (BitWidth / 8);
255 if (BitWidth % 8)
273 if (BitWidth == 64)
286 Status = AcpiHwReadPort (Address, &Value1, BitWidth);
294 if (BitWidth == 64)
305 Status = AcpiHwWritePort (Address, (UINT32) *Value, BitWidth);
350 "%s: Attr %X Addr %.4X BaseAddr %.4X Length %.2X BitWidth %X BufLen %X\n"
    [all...]
aecommon.h 303 UINT32 BitWidth,
aeexec.c 510 GenericRegister.BitWidth = 64;
aetables.c 524 LocalFADT.XPm1bEventBlock.BitWidth = (UINT8)
  /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/dev/acpi/
acpi_wdrt.c 147 wdrt->ControlRegister.BitWidth);
345 val, sc->sc_control_reg.BitWidth);
349 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth,
363 val, sc->sc_control_reg.BitWidth);
367 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth,
382 val, sc->sc_count_reg.BitWidth);
386 __func__, sc->sc_count_reg.Address, sc->sc_count_reg.BitWidth,
401 val, sc->sc_count_reg.BitWidth);
405 __func__, sc->sc_count_reg.Address, sc->sc_count_reg.BitWidth,
apei_mapreg.c 59 switch (reg->BitWidth) {
101 if (reg->BitWidth % (8*(1 << (reg->AccessWidth - 1))))
154 unsigned i, n = reg->BitWidth / chunkbits;
225 unsigned i, n = reg->BitWidth / chunkbits;
apei_hest.c 365 if (ghes->ErrorStatusAddress.BitWidth > 64) {
367 " %"PRIu8"\n", ctx, ghes->ErrorStatusAddress.BitWidth);
538 if (ghes_v2->ErrorStatusAddress.BitWidth > 64) {
540 " %"PRIu8"\n", ctx, ghes_v2->ErrorStatusAddress.BitWidth);
acpi_pcc.c 277 mask = __BITS(reg->BitOffset + reg->BitWidth - 1,
316 mask = __BITS(reg->BitOffset + reg->BitWidth - 1,
acpi_ec.c 260 if (ecdt->Control.BitWidth != 8 || ecdt->Data.BitWidth != 8) {
263 ecdt->Control.BitWidth, ecdt->Data.BitWidth);
799 * acpiec_space_handler(func, paddr, bitwidth, value, arg, region_arg)
801 * Transfer bitwidth/8 bytes of data between paddr and *value:
809 * bitwidth may be larger; in this case the caller provides larger
814 * data at *value, even if bitwidth < 64. The integer is
acpi_verbose.c 446 acpi_fadt_genaddr_table[i].fadt_value.BitWidth,
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 827 UINT32 BitWidth,
836 UINT32 BitWidth,
845 UINT32 BitWidth,
854 UINT32 BitWidth,
863 UINT32 BitWidth,
872 UINT32 BitWidth,
881 UINT32 BitWidth,
891 UINT32 BitWidth,
acevents.h 396 UINT32 BitWidth,
actbl.h 242 UINT8 BitWidth; /* Size in bits of given register */
amlresrc.h 519 UINT8 BitWidth;
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2.c 213 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer;
215 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitWidth));
  /src/sys/external/bsd/acpica/dist/tools/examples/
examples.c 200 UINT32 BitWidth,
484 UINT32 BitWidth,
  /src/sys/external/bsd/acpica/dist/events/
evregion.c 240 * BitWidth - Field width in bits (8, 16, 32, or 64)
263 UINT32 BitWidth,
416 * In addition, for GeneralPurposeIo, the Address and BitWidth fields
420 * 2) BitWidth is the actual bit length of the field (number of pins)
445 BitWidth = FieldObj->Field.BitLength;
451 Status = Handler (Function, Address, BitWidth, Value, Context,
evgpeblk.c 409 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
410 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 223 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitWidth), "Bit Width", 0},
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl.c 1031 AcpiDmDumpInteger8 (Resource->GenericReg.BitWidth, "Bit Width");
  /src/sys/arch/arm/acpi/
acpi_platform.c 210 switch (spcr->SerialPort.BitWidth) {

Completed in 26 milliseconds

1 2