/acpica-latest/source/components/executer/ |
D | exregion.c | 183 UINT32 BitWidth, in AcpiExSystemMemorySpaceHandler() argument 205 switch (BitWidth) in AcpiExSystemMemorySpaceHandler() 230 BitWidth)); in AcpiExSystemMemorySpaceHandler() 361 BitWidth, Function, ACPI_FORMAT_UINT64 (Address))); in AcpiExSystemMemorySpaceHandler() 376 switch (BitWidth) in AcpiExSystemMemorySpaceHandler() 408 switch (BitWidth) in AcpiExSystemMemorySpaceHandler() 470 UINT32 BitWidth, in AcpiExSystemIoSpaceHandler() argument 484 BitWidth, Function, ACPI_FORMAT_UINT64 (Address))); in AcpiExSystemIoSpaceHandler() 493 &Value32, BitWidth); in AcpiExSystemIoSpaceHandler() 500 (UINT32) *Value, BitWidth); in AcpiExSystemIoSpaceHandler() [all …]
|
/acpica-latest/source/components/hardware/ |
D | hwregs.c | 223 if (!Reg->BitOffset && Reg->BitWidth && in AcpiHwGetAccessBitWidth() 224 ACPI_IS_POWER_OF_TWO (Reg->BitWidth) && in AcpiHwGetAccessBitWidth() 225 ACPI_IS_ALIGNED (Reg->BitWidth, 8)) in AcpiHwGetAccessBitWidth() 227 AccessBitWidth = Reg->BitWidth; in AcpiHwGetAccessBitWidth() 236 Reg->BitOffset + Reg->BitWidth); in AcpiHwGetAccessBitWidth() 292 UINT8 BitWidth; in AcpiHwValidateRegister() local 336 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth); in AcpiHwValidateRegister() 337 if (MaxBitWidth < BitWidth) in AcpiHwValidateRegister() 341 MaxBitWidth, BitWidth)); in AcpiHwValidateRegister() 373 UINT32 BitWidth; in AcpiHwRead() local [all …]
|
D | hwvalid.c | 163 UINT32 BitWidth); 240 UINT32 BitWidth) in AcpiHwValidateIoRequest() argument 253 if ((BitWidth != 8) && in AcpiHwValidateIoRequest() 254 (BitWidth != 16) && in AcpiHwValidateIoRequest() 255 (BitWidth != 32)) in AcpiHwValidateIoRequest() 258 "Bad BitWidth parameter: %8.8X", BitWidth)); in AcpiHwValidateIoRequest() 263 ByteWidth = ACPI_DIV_8 (BitWidth); in AcpiHwValidateIoRequest()
|
/acpica-latest/source/tools/acpiexec/ |
D | aeregion.c | 178 UINT32 BitWidth, in AeRegionHandler() argument 243 (UINT32) Address, BitWidth, (UINT32) Length)); in AeRegionHandler() 253 ByteWidth = (BitWidth / 8); in AeRegionHandler() 255 if (BitWidth % 8) in AeRegionHandler() 273 if (BitWidth == 64) in AeRegionHandler() 286 Status = AcpiHwReadPort (Address, &Value1, BitWidth); in AeRegionHandler() 294 if (BitWidth == 64) in AeRegionHandler() 305 Status = AcpiHwWritePort (Address, (UINT32) *Value, BitWidth); in AeRegionHandler() 355 Length, BitWidth, Buffer[1]); in AeRegionHandler() 402 Length, BitWidth, Buffer[1]); in AeRegionHandler() [all …]
|
D | aecommon.h | 303 UINT32 BitWidth,
|
D | aeexec.c | 510 GenericRegister.BitWidth = 64; in AeGenericRegisters()
|
D | aetables.c | 524 LocalFADT.XPm1bEventBlock.BitWidth = (UINT8) in AeBuildLocalTables()
|
/acpica-latest/source/components/tables/ |
D | tbfadt.c | 326 UINT8 BitWidth; in AcpiTbInitGenericAddress() local 333 BitWidth = (UINT8) (ByteWidth * 8); in AcpiTbInitGenericAddress() 349 BitWidth = 255; in AcpiTbInitGenericAddress() 361 GenericAddress->BitWidth = BitWidth; in AcpiTbInitGenericAddress() 746 (Address64->BitWidth != ACPI_MUL_8 (Length))) in AcpiTbConvertFadt() 750 Name, ACPI_MUL_8 (Length), Address64->BitWidth)); in AcpiTbConvertFadt() 848 (FadtInfoTable[i].DefaultLength != Target64->BitWidth)) in AcpiTbSetupFadtRegisters() 852 FadtInfoTable[i].Name, Target64->BitWidth, in AcpiTbSetupFadtRegisters() 857 Target64->BitWidth = FadtInfoTable[i].DefaultLength; in AcpiTbSetupFadtRegisters() 868 ACPI_DIV_16 (AcpiGbl_FADT.XPm1aEventBlock.BitWidth); in AcpiTbSetupFadtRegisters()
|
/acpica-latest/source/include/ |
D | acinterp.h | 823 UINT32 BitWidth, 832 UINT32 BitWidth, 841 UINT32 BitWidth, 850 UINT32 BitWidth, 859 UINT32 BitWidth, 868 UINT32 BitWidth, 877 UINT32 BitWidth, 887 UINT32 BitWidth,
|
D | acevents.h | 396 UINT32 BitWidth,
|
D | actbl.h | 242 UINT8 BitWidth; /* Size in bits of given register */ member
|
D | amlresrc.h | 519 UINT8 BitWidth; member
|
D | acrestyp.h | 557 UINT8 BitWidth; member
|
D | actypes.h | 1313 UINT32 BitWidth,
|
/acpica-latest/source/tools/examples/ |
D | examples.c | 200 UINT32 BitWidth, 484 UINT32 BitWidth, in RegionHandler() argument
|
/acpica-latest/source/components/events/ |
D | evregion.c | 263 UINT32 BitWidth, in AcpiEvAddressSpaceDispatch() argument 445 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch() 451 Status = Handler (Function, Address, BitWidth, Value, Context, in AcpiEvAddressSpaceDispatch()
|
D | evgpeblk.c | 409 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; in AcpiEvCreateGpeInfoBlocks() 410 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH; in AcpiEvCreateGpeInfoBlocks()
|
/acpica-latest/source/compiler/ |
D | aslrestype2.c | 213 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 215 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitWidth)); in RsDoGeneralRegisterDescriptor()
|
/acpica-latest/source/common/ |
D | dmtbinfo.c | 223 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitWidth), "Bit Width", 0},
|
/acpica-latest/source/components/disassembler/ |
D | dmresrcl.c | 1031 AcpiDmDumpInteger8 (Resource->GenericReg.BitWidth, "Bit Width"); in AcpiDmGenericRegisterDescriptor()
|
/acpica-latest/source/components/resources/ |
D | rsdumpinfo.c | 337 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitWidth), "Bit Width", …
|
/acpica-latest/documents/ |
D | changes.txt | 4507 The BitWidth is the exact bit width of the field. It is usually one bit, 19650 UINT32 Address, UINT32 BitWidth, UINT32 *Value, void
|