Searched refs:BitOffset (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c211 * 1. Detected if BitOffset is 0 and BitWidth is 8/16/32/64;
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 &&
236 Reg->BitOffset + Reg->BitWidth);
282 * pointer, Address, SpaceId, BitWidth, and BitOffset.
336 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth);
374 UINT8 BitOffset; local
398 BitWidth = Reg->BitOffset + Reg->BitWidth;
399 BitOffset
472 UINT8 BitOffset; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c233 UINT32 BitOffset; local
282 BitOffset = Offset;
300 BitOffset = Offset;
309 BitOffset = 8 * Offset;
318 BitOffset = 8 * Offset;
327 BitOffset = 8 * Offset;
336 BitOffset = 8 * Offset;
352 if ((BitOffset + BitCount) >
359 AcpiUtGetNodeName (ResultDesc), BitOffset, BitCount,
370 ObjDesc, FieldFlags, 0, BitOffset, BitCoun
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeblk.c411 ThisRegister->StatusAddress.BitOffset = 0;
412 ThisRegister->EnableAddress.BitOffset = 0;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h243 UINT8 BitOffset; /* Bit offset within the register */ member in struct:acpi_generic_address
H A Damlresrc.h520 UINT8 BitOffset; member in struct:aml_resource_generic_register
H A Dacrestyp.h558 UINT8 BitOffset; member in struct:acpi_resource_generic_register
H A Daclocal.h1001 UINT32 BitOffset; member in struct:acpi_tag_info
H A Dacdisasm.h343 UINT32 BitOffset; member in struct:acpi_op_walk_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c362 GenericAddress->BitOffset = 0;
760 * AccessSize/BitWidth/BitOffset fields can be correctly
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp773 && !memberEntry->BitOffset()->IsValid()
810 if (memberEntry->BitOffset()->IsValid()) {
815 typeContext->SubprogramEntry(), memberEntry->BitOffset(),
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h686 const DynamicAttributeValue* BitOffset() const function in class:DIEMember
1064 const DynamicAttributeValue* BitOffset() const function in class:DIEBaseType

Completed in 188 milliseconds