Lines Matching +full:count +full:- +full:width

5   Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
49 #define EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO 0x0001 ///< I/O cycles 0x0000-0x00FF (10 bit de…
50 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO 0x0002 ///< I/O cycles 0x0100-0x03FF or greater…
52 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit …
53 #define EFI_PCI_IO_ATTRIBUTE_VGA_IO 0x0010 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x…
54 #define EFI_PCI_IO_ATTRIBUTE_IDE_PRIMARY_IO 0x0020 ///< I/O cycles 0x1F0-0x1F7, 0x3F6, 0x3F…
55 #define EFI_PCI_IO_ATTRIBUTE_IDE_SECONDARY_IO 0x0040 ///< I/O cycles 0x170-0x177, 0x376, 0x37…
62 #define EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE 0x2000 ///< Clear for an add-in PCI Device
65 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO_16 0x10000 ///< I/O cycles 0x0100-0x03FF or greater…
67 #define EFI_PCI_IO_ATTRIBUTE_VGA_IO_16 0x40000 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x…
128 @param Width Signifies the width of the memory or I/O operations.
149 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
162 @param Width Signifies the width of the memory or I/O operations.
166 @param Count The number of memory or I/O operations to perform.
172 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not
182 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
185 IN UINTN Count,
204 @param Width Signifies the width of the memory operations.
206 @param Count The number of PCI configuration operations to perform.
212 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not
215 @retval EFI_INVALID_PARAMETER Buffer is NULL or Width is invalid.
222 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
224 IN UINTN Count,
244 @param Width Signifies the width of the memory operations.
253 @param Count The number of memory operations to perform. Bytes moved is Width
254 size * Count, starting at DestOffset and SrcOffset.
259 @retval EFI_UNSUPPORTED The address range specified by DestOffset, Width, and Count
261 @retval EFI_UNSUPPORTED The address range specified by SrcOffset, Width, and Count is
263 @retval EFI_INVALID_PARAMETER Width is invalid.
271 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
276 IN UINTN Count
280 Provides the PCI controller-specific addresses needed to access system memory.
542 /// through the ROM BAR of the PCI controller, or it is from a platform-specific location.