Lines Matching refs:OperationWidth
215 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; in CpuMemoryServiceRead() local
229 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03); in CpuMemoryServiceRead()
230 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00); in CpuMemoryServiceRead()
232 if (OperationWidth == EfiPeiCpuIoWidthUint8) { in CpuMemoryServiceRead()
234 } else if (OperationWidth == EfiPeiCpuIoWidthUint16) { in CpuMemoryServiceRead()
240 } else if (OperationWidth == EfiPeiCpuIoWidthUint32) { in CpuMemoryServiceRead()
246 } else if (OperationWidth == EfiPeiCpuIoWidthUint64) { in CpuMemoryServiceRead()
289 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; in CpuMemoryServiceWrite() local
303 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03); in CpuMemoryServiceWrite()
304 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00); in CpuMemoryServiceWrite()
306 if (OperationWidth == EfiPeiCpuIoWidthUint8) { in CpuMemoryServiceWrite()
308 } else if (OperationWidth == EfiPeiCpuIoWidthUint16) { in CpuMemoryServiceWrite()
314 } else if (OperationWidth == EfiPeiCpuIoWidthUint32) { in CpuMemoryServiceWrite()
320 } else if (OperationWidth == EfiPeiCpuIoWidthUint64) { in CpuMemoryServiceWrite()
363 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; in CpuIoServiceRead() local
377 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03); in CpuIoServiceRead()
378 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00); in CpuIoServiceRead()
380 if (OperationWidth == EfiPeiCpuIoWidthUint8) { in CpuIoServiceRead()
382 } else if (OperationWidth == EfiPeiCpuIoWidthUint16) { in CpuIoServiceRead()
388 } else if (OperationWidth == EfiPeiCpuIoWidthUint32) { in CpuIoServiceRead()
432 EFI_PEI_CPU_IO_PPI_WIDTH OperationWidth; in CpuIoServiceWrite() local
449 OperationWidth = (EFI_PEI_CPU_IO_PPI_WIDTH) (Width & 0x03); in CpuIoServiceWrite()
450 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00); in CpuIoServiceWrite()
452 if (OperationWidth == EfiPeiCpuIoWidthUint8) { in CpuIoServiceWrite()
454 } else if (OperationWidth == EfiPeiCpuIoWidthUint16) { in CpuIoServiceWrite()
460 } else if (OperationWidth == EfiPeiCpuIoWidthUint32) { in CpuIoServiceWrite()