Lines Matching defs:BitWidth
167 * BitWidth - Field width in bits (8, 16, or 32)
183 UINT32 BitWidth,
204 switch (BitWidth)
229 BitWidth));
342 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
357 switch (BitWidth)
381 /* BitWidth was already validated */
389 switch (BitWidth)
413 /* BitWidth was already validated */
435 * BitWidth - Field width in bits (8, 16, or 32)
451 UINT32 BitWidth,
465 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
474 &Value32, BitWidth);
481 (UINT32) *Value, BitWidth);
500 * BitWidth - Field width in bits (8, 16, or 32)
516 UINT32 BitWidth,
547 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
556 PciId, PciRegister, Value, BitWidth);
562 PciId, PciRegister, *Value, BitWidth);
581 * BitWidth - Field width in bits (8, 16, or 32)
597 UINT32 BitWidth,
618 * BitWidth - Field width in bits (8, 16, or 32)
634 UINT32 BitWidth,
655 * BitWidth - Field width in bits (8, 16, or 32)
671 UINT32 BitWidth,
688 * Perform the memory read or write. The BitWidth was already
695 memcpy (ACPI_CAST_PTR (char, Value), Pointer, ACPI_DIV_8 (BitWidth));
700 memcpy (Pointer, ACPI_CAST_PTR (char, Value), ACPI_DIV_8 (BitWidth));