Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DCEATABlockIo.c91 UINT32 TransferSize; in CEATABlockReadBlocks() local
138 TransferSize = (UINT32)BufferSize; in CEATABlockReadBlocks()
140 TransferSize = BoundarySize; in CEATABlockReadBlocks()
143 Address += Index * TransferSize; in CEATABlockReadBlocks()
151 (UINT16)(TransferSize / DATA_UNIT_SIZE) in CEATABlockReadBlocks()
154 … DEBUG((EFI_D_ERROR, "Read Failed at 0x%x, Index %d, Size 0x%x\n", Address, Index, TransferSize)); in CEATABlockReadBlocks()
158 BufferSize -= TransferSize; in CEATABlockReadBlocks()
159 pBuf += TransferSize; in CEATABlockReadBlocks()
200 UINT32 TransferSize; in CEATABlockWriteBlocks() local
251 TransferSize = (UINT32)BufferSize; in CEATABlockWriteBlocks()
[all …]