| /src/sys/external/bsd/acpica/dist/executer/ |
| exregion.c | 59 * BitWidth - Field width in bits (8, 16, or 32) 75 UINT32 BitWidth, 96 switch (BitWidth) 121 BitWidth)); 234 BitWidth, Function, ACPI_FORMAT_UINT64 (Address))); 249 switch (BitWidth) 273 /* BitWidth was already validated */ 281 switch (BitWidth) 305 /* BitWidth was already validated */ 327 * BitWidth - Field width in bits (8, 16, or 32 [all...] |
| /src/sys/external/bsd/acpica/dist/hardware/ |
| hwregs.c | 84 * MaxBitWidth - Max BitWidth supported (32 or 64) 103 * 1. Detected if BitOffset is 0 and BitWidth is 8/16/32/64; 104 * 2. AccessSize field is ignored and BitWidth field is used for 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 && 116 ACPI_IS_POWER_OF_TWO (Reg->BitWidth) && 117 ACPI_IS_ALIGNED (Reg->BitWidth, 8)) 119 AccessBitWidth = Reg->BitWidth; 128 Reg->BitOffset + Reg->BitWidth); [all...] |
| hwvalid.c | 55 UINT32 BitWidth); 118 * BitWidth Number of bits (8,16,32) 132 UINT32 BitWidth) 145 if ((BitWidth != 8) && 146 (BitWidth != 16) && 147 (BitWidth != 32)) 150 "Bad BitWidth parameter: %8.8X", BitWidth)); 155 ByteWidth = ACPI_DIV_8 (BitWidth);
|
| /src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| aeregion.c | 70 UINT32 BitWidth, 133 "Operation Region request on %s at 0x%X, BitWidth 0x%X, RegionLength 0x%X\n", 135 (UINT32) Address, BitWidth, (UINT32) Length)); 145 ByteWidth = (BitWidth / 8); 147 if (BitWidth % 8) 165 if (BitWidth == 64) 178 Status = AcpiHwReadPort (Address, &Value1, BitWidth); 186 if (BitWidth == 64) 197 Status = AcpiHwWritePort (Address, (UINT32) *Value, BitWidth); 242 "%s: Attr %X Addr %.4X BaseAddr %.4X Length %.2X BitWidth %X BufLen %X\n" [all...] |
| aecommon.h | 195 UINT32 BitWidth,
|
| aeexec.c | 402 GenericRegister.BitWidth = 64;
|
| aetables.c | 416 LocalFADT.XPm1bEventBlock.BitWidth = (UINT8)
|
| /src/sys/external/bsd/acpica/dist/tables/ |
| tbfadt.c | 218 UINT8 BitWidth; 223 * Check for BitWidth overflow in GAS. 225 BitWidth = (UINT8) (ByteWidth * 8); 229 * No error for GPE blocks, because we do not use the BitWidth 241 BitWidth = 255; 253 GenericAddress->BitWidth = BitWidth; 638 (Address64->BitWidth != ACPI_MUL_8 (Length))) 642 Name, ACPI_MUL_8 (Length), Address64->BitWidth)); 652 * 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 | 719 UINT32 BitWidth, 728 UINT32 BitWidth, 737 UINT32 BitWidth, 746 UINT32 BitWidth, 755 UINT32 BitWidth, 764 UINT32 BitWidth, 773 UINT32 BitWidth, 783 UINT32 BitWidth,
|
| acevents.h | 288 UINT32 BitWidth,
|
| actbl.h | 134 UINT8 BitWidth; /* Size in bits of given register */
|
| amlresrc.h | 411 UINT8 BitWidth;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslrestype2.c | 105 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; 107 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitWidth));
|
| /src/sys/external/bsd/acpica/dist/tools/examples/ |
| examples.c | 92 UINT32 BitWidth, 376 UINT32 BitWidth,
|
| /src/sys/external/bsd/acpica/dist/events/ |
| evregion.c | 132 * BitWidth - Field width in bits (8, 16, 32, or 64) 155 UINT32 BitWidth, 308 * In addition, for GeneralPurposeIo, the Address and BitWidth fields 312 * 2) BitWidth is the actual bit length of the field (number of pins) 337 BitWidth = FieldObj->Field.BitLength; 343 Status = Handler (Function, Address, BitWidth, Value, Context,
|
| evgpeblk.c | 301 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; 302 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
|
| /src/sys/external/bsd/acpica/dist/common/ |
| dmtbinfo.c | 115 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitWidth), "Bit Width", 0},
|
| /src/sys/arch/arm/acpi/ |
| acpi_platform.c | 210 switch (spcr->SerialPort.BitWidth) {
|
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmresrcl.c | 923 AcpiDmDumpInteger8 (Resource->GenericReg.BitWidth, "Bit Width");
|