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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c199 UINT32 BitOffset; local
248 BitOffset = Offset;
266 BitOffset = Offset;
275 BitOffset = 8 * Offset;
284 BitOffset = 8 * Offset;
293 BitOffset = 8 * Offset;
302 BitOffset = 8 * Offset;
318 if ((BitOffset + BitCount) >
324 BitOffset + BitCount,
337 BitOffset, BitCoun
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeblk.c371 ThisRegister->StatusAddress.BitOffset = 0;
372 ThisRegister->EnableAddress.BitOffset = 0;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c157 * pointer, Address, SpaceId, BitWidth, and BitOffset.
208 /* Validate the BitOffset. Just a warning for now. */
210 if (Reg->BitOffset != 0)
213 "Unsupported register bit offset: 0x%X", Reg->BitOffset));
236 * BitOffset and AccessWidth are currently ignored, as there has
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h205 UINT8 BitOffset; /* Bit offset within the register */ member in struct:acpi_generic_address
H A Damlresrc.h466 UINT8 BitOffset; member in struct:aml_resource_generic_register
H A Dacrestyp.h487 UINT8 BitOffset; member in struct:acpi_resource_generic_register
H A Dacdisasm.h257 UINT32 BitOffset; member in struct:acpi_op_walk_info
H A Daclocal.h890 UINT32 BitOffset; member in struct:acpi_tag_info
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c313 GenericAddress->BitOffset = 0;
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.cpp706 && !memberEntry->BitOffset()->IsValid()
731 if (memberEntry->BitOffset()->IsValid()) {
735 typeContext->SubprogramEntry(), memberEntry->BitOffset(),
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsdump.c364 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitOffset), "Bit Offset", NULL},
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntries.h670 const DynamicAttributeValue* BitOffset() const function in class:DIEMember
1042 const DynamicAttributeValue* BitOffset() const function in class:DIEBaseType
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbinfo.c349 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitOffset), "Bit Offset", 0},

Completed in 88 milliseconds