Lines Matching refs:OperationWidth
240 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuMemoryServiceRead() local
253 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuMemoryServiceRead()
255 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuMemoryServiceRead()
257 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuMemoryServiceRead()
259 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuMemoryServiceRead()
261 } else if (OperationWidth == EfiCpuIoWidthUint64) { in CpuMemoryServiceRead()
320 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuMemoryServiceWrite() local
333 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuMemoryServiceWrite()
335 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuMemoryServiceWrite()
337 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuMemoryServiceWrite()
339 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuMemoryServiceWrite()
341 } else if (OperationWidth == EfiCpuIoWidthUint64) { in CpuMemoryServiceWrite()
400 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuIoServiceRead() local
413 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoServiceRead()
417 switch (OperationWidth) { in CpuIoServiceRead()
439 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuIoServiceRead()
441 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuIoServiceRead()
443 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuIoServiceRead()
503 EFI_CPU_IO_PROTOCOL_WIDTH OperationWidth; in CpuIoServiceWrite() local
519 OperationWidth = (EFI_CPU_IO_PROTOCOL_WIDTH) (Width & 0x03); in CpuIoServiceWrite()
523 switch (OperationWidth) { in CpuIoServiceWrite()
545 if (OperationWidth == EfiCpuIoWidthUint8) { in CpuIoServiceWrite()
547 } else if (OperationWidth == EfiCpuIoWidthUint16) { in CpuIoServiceWrite()
549 } else if (OperationWidth == EfiCpuIoWidthUint32) { in CpuIoServiceWrite()