Lines Matching refs:OperationWidth
238 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuMemoryServiceRead() local
251 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuMemoryServiceRead()
253 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuMemoryServiceRead()
255 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuMemoryServiceRead()
257 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuMemoryServiceRead()
259 } else if (OperationWidth == EfiCpuIoWidthUint64) { in CpuMemoryServiceRead()
319 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuMemoryServiceWrite() local
332 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuMemoryServiceWrite()
334 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuMemoryServiceWrite()
336 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuMemoryServiceWrite()
338 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuMemoryServiceWrite()
340 } else if (OperationWidth == EfiCpuIoWidthUint64) { in CpuMemoryServiceWrite()
400 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuIoServiceRead() local
415 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoServiceRead()
418 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuIoServiceRead()
420 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuIoServiceRead()
422 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuIoServiceRead()
483 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuIoServiceWrite() local
501 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoServiceWrite()
504 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuIoServiceWrite()
506 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuIoServiceWrite()
508 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuIoServiceWrite()