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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c134 * BitWidth - Field width in bits (8, 16, or 32)
150 UINT32 BitWidth,
171 switch (BitWidth)
191 BitWidth));
288 BitWidth, Function, ACPI_FORMAT_NATIVE_UINT (Address)));
303 switch (BitWidth)
322 /* BitWidth was already validated */
329 switch (BitWidth)
348 /* BitWidth was already validated */
368 * BitWidth
147 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
381 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
445 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
525 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
562 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
599 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwregs.c150 * MaxBitWidth - Max BitWidth supported (32 or 64)
157 * pointer, Address, SpaceId, BitWidth, and BitOffset.
196 /* Validate the BitWidth */
198 if ((Reg->BitWidth != 8) &&
199 (Reg->BitWidth != 16) &&
200 (Reg->BitWidth != 32) &&
201 (Reg->BitWidth != MaxBitWidth))
204 "Unsupported register bit width: 0x%X", Reg->BitWidth));
234 * BitWidth must be exactly 8, 16, or 32.
273 Address, &Value64, Reg->BitWidth);
[all...]
H A Dhwvalid.c129 UINT32 BitWidth);
192 * BitWidth Number of bits (8,16,32)
206 UINT32 BitWidth)
219 if ((BitWidth != 8) &&
220 (BitWidth != 16) &&
221 (BitWidth != 32))
224 "Bad BitWidth parameter: %8.8X", BitWidth));
229 ByteWidth = ACPI_DIV_8 (BitWidth);
204 AcpiHwValidateIoRequest( ACPI_IO_ADDRESS Address, UINT32 BitWidth) argument
H A Dhwxface.c167 AcpiGbl_FADT.ResetValue, ResetReg->BitWidth);
194 * BitWidth must be exactly 8, 16, 32, or 64.
240 Address, ReturnValue, Reg->BitWidth);
248 Width = Reg->BitWidth;
262 if (Reg->BitWidth == 64)
278 ACPI_FORMAT_UINT64 (*ReturnValue), Reg->BitWidth,
329 Address, Value, Reg->BitWidth);
337 Width = Reg->BitWidth;
350 if (Reg->BitWidth == 64)
363 ACPI_FORMAT_UINT64 (Value), Reg->BitWidth,
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c286 UINT8 BitWidth; local
291 BitWidth = (UINT8) (ByteWidth * 8);
300 BitWidth = 255;
312 GenericAddress->BitWidth = BitWidth;
667 (Address64->BitWidth != ACPI_MUL_8 (Length)))
671 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
748 (FadtInfoTable[i].DefaultLength != Target64->BitWidth))
752 FadtInfoTable[i].Name, Target64->BitWidth,
757 Target64->BitWidth
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacinterp.h729 UINT32 BitWidth,
738 UINT32 BitWidth,
747 UINT32 BitWidth,
756 UINT32 BitWidth,
765 UINT32 BitWidth,
774 UINT32 BitWidth,
783 UINT32 BitWidth,
793 UINT32 BitWidth,
H A Dacevents.h311 UINT32 BitWidth,
H A Dactbl.h204 UINT8 BitWidth; /* Size in bits of given register */ member in struct:acpi_generic_address
H A Damlresrc.h465 UINT8 BitWidth; member in struct:aml_resource_generic_register
H A Dacrestyp.h486 UINT8 BitWidth; member in struct:acpi_resource_generic_register
H A Dactypes.h1124 UINT32 BitWidth,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeblk.c369 ThisRegister->StatusAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
370 ThisRegister->EnableAddress.BitWidth = ACPI_GPE_REGISTER_WIDTH;
H A Devregion.c450 * BitWidth - Field width in bits (8, 16, 32, or 64)
467 UINT32 BitWidth,
614 (RegionObj->Region.Address + RegionOffset), BitWidth, Value,
462 AcpiEvAddressSpaceDispatch( ACPI_OPERAND_OBJECT *RegionObj, ACPI_OPERAND_OBJECT *FieldObj, UINT32 Function, UINT32 RegionOffset, UINT32 BitWidth, UINT64 *Value) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsdump.c363 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitWidth), "Bit Width", NULL},
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbinfo.c348 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitWidth), "Bit Width", 0},

Completed in 116 milliseconds