Searched refs:BitWidth (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c167 * BitWidth - Field width in bits (8, 16, or 32)
183 UINT32 BitWidth,
205 switch (BitWidth)
230 BitWidth));
361 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
376 switch (BitWidth)
400 /* BitWidth was already validated */
408 switch (BitWidth)
432 /* BitWidth was already validated */
454 * BitWidth
180 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
467 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
532 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
613 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
650 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
687 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c192 * 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);
292 UINT8 BitWidth; local
373 UINT32 BitWidth; local
471 UINT32 BitWidth; local
[all...]
H A Dhwvalid.c163 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);
238 AcpiHwValidateIoRequest( ACPI_IO_ADDRESS Address, UINT32 BitWidth) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c326 UINT8 BitWidth; local
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/BitOffse
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacinterp.h823 UINT32 BitWidth,
832 UINT32 BitWidth,
841 UINT32 BitWidth,
850 UINT32 BitWidth,
859 UINT32 BitWidth,
868 UINT32 BitWidth,
877 UINT32 BitWidth,
887 UINT32 BitWidth,
H A Dacevents.h396 UINT32 BitWidth,
H A Dactbl.h242 UINT8 BitWidth; /* Size in bits of given register */ member in struct:acpi_generic_address
H A Damlresrc.h519 UINT8 BitWidth; member in struct:aml_resource_generic_register
H A Dacrestyp.h557 UINT8 BitWidth; member in struct:acpi_resource_generic_register
H A Dactypes.h1313 UINT32 BitWidth,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c240 * 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,
258 AcpiEvAddressSpaceDispatch( ACPI_OPERAND_OBJECT *RegionObj, ACPI_OPERAND_OBJECT *FieldObj, UINT32 Function, UINT32 RegionOffset, UINT32 BitWidth, UINT64 *Value) argument
H A Devgpeblk.c409 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
410 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;

Completed in 72 milliseconds