Home
last modified time | relevance | path

Searched refs:MMIO_COPY_UINT8 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c139 if (Width >= MMIO_COPY_UINT8) { in DeviceIoMemRead()
140 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8); in DeviceIoMemRead()
203 if (Width >= MMIO_COPY_UINT8) { in DeviceIoMemWrite()
204 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8); in DeviceIoMemWrite()
262 if (Width >= MMIO_COPY_UINT8) { in DeviceIoIoRead()
314 if (Width >= MMIO_COPY_UINT8) { in DeviceIoIoWrite()
366 if ((UINT32)Width >= MMIO_COPY_UINT8) { in DeviceIoPciRead()
418 if ((UINT32)Width >= MMIO_COPY_UINT8) { in DeviceIoPciWrite()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c554 if (Width >= MMIO_COPY_UINT8) { in DeviceIoMemRead()
555 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8); in DeviceIoMemRead()
613 if (Width >= MMIO_COPY_UINT8) { in DeviceIoMemWrite()
614 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8); in DeviceIoMemWrite()
667 if (Width >= MMIO_COPY_UINT8) { in DeviceIoIoRead()
714 if (Width >= MMIO_COPY_UINT8) { in DeviceIoIoWrite()
761 if ((UINT32)Width >= MMIO_COPY_UINT8) { in DeviceIoPciRead()
808 if ((UINT32)Width >= MMIO_COPY_UINT8) { in DeviceIoPciWrite()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDeviceIo.h50 MMIO_COPY_UINT8 = 4, enumerator
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DDeviceIo.h41 MMIO_COPY_UINT8, enumerator