HomeSort by relevance Sort by last modified time
    Searched refs:MMIO_COPY_UINT8 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.c 139 if (Width >= MMIO_COPY_UINT8) {
140 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8);
203 if (Width >= MMIO_COPY_UINT8) {
204 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8);
262 if (Width >= MMIO_COPY_UINT8) {
314 if (Width >= MMIO_COPY_UINT8) {
366 if ((UINT32)Width >= MMIO_COPY_UINT8) {
418 if ((UINT32)Width >= MMIO_COPY_UINT8) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DeviceIoOnPciRootBridgeIoThunk.c 554 if (Width >= MMIO_COPY_UINT8) {
555 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8);
613 if (Width >= MMIO_COPY_UINT8) {
614 Width = (EFI_IO_WIDTH) (Width - MMIO_COPY_UINT8);
667 if (Width >= MMIO_COPY_UINT8) {
714 if (Width >= MMIO_COPY_UINT8) {
761 if ((UINT32)Width >= MMIO_COPY_UINT8) {
808 if ((UINT32)Width >= MMIO_COPY_UINT8) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DeviceIo.h 41 MMIO_COPY_UINT8,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeviceIo.h 50 MMIO_COPY_UINT8 = 4,
65 Width is MMIO_COPY_UINT8, MMIO_COPY_UINT16,

Completed in 318 milliseconds