Searched refs:TransferSize (Results 1 – 1 of 1) sorted by relevance
91 UINT32 TransferSize; in CEATABlockReadBlocks() local138 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() local251 TransferSize = (UINT32)BufferSize; in CEATABlockWriteBlocks()[all …]