Lines Matching refs:BitWidth
59 * BitWidth - Field width in bits (8, 16, or 32)
75 UINT32 BitWidth,
96 switch (BitWidth)
121 BitWidth));
234 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
249 switch (BitWidth)
273 /* BitWidth was already validated */
281 switch (BitWidth)
305 /* BitWidth was already validated */
327 * BitWidth - Field width in bits (8, 16, or 32)
343 UINT32 BitWidth,
357 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
366 &Value32, BitWidth);
373 (UINT32) *Value, BitWidth);
392 * BitWidth - Field width in bits (8, 16, or 32)
408 UINT32 BitWidth,
439 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
448 PciId, PciRegister, Value, BitWidth);
454 PciId, PciRegister, *Value, BitWidth);
473 * BitWidth - Field width in bits (8, 16, or 32)
489 UINT32 BitWidth,
510 * BitWidth - Field width in bits (8, 16, or 32)
526 UINT32 BitWidth,
547 * BitWidth - Field width in bits (8, 16, or 32)
563 UINT32 BitWidth,
580 * Perform the memory read or write. The BitWidth was already
587 memcpy (ACPI_CAST_PTR (char, Value), Pointer, ACPI_DIV_8 (BitWidth));
592 memcpy (Pointer, ACPI_CAST_PTR (char, Value), ACPI_DIV_8 (BitWidth));