Home
last modified time | relevance | path

Searched refs:SwapCount (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
DUfsHci.c200 UINT32 SwapCount; in SwapLittleEndianToBigEndian() local
202 SwapCount = BufferSize / 2; in SwapLittleEndianToBigEndian()
203 for (Index = 0; Index < SwapCount; Index++) { in SwapLittleEndianToBigEndian()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c1093 UINTN SwapCount; in SwapBuffer() local
1095 SwapCount = BufferSize / 2; in SwapBuffer()
1096 for (Index = 0; Index < SwapCount; Index++) { in SwapBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruHci.c271 UINT32 SwapCount; in SwapLittleEndianToBigEndian() local
273 SwapCount = BufferSize / 2; in SwapLittleEndianToBigEndian()
274 for (Index = 0; Index < SwapCount; Index++) { in SwapLittleEndianToBigEndian()