HomeSort by relevance Sort by last modified time
    Searched refs:BlockLen (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.h 126 UINT8 BlockLen[4];
UsbMassBoot.c 525 BlockSize = SwapBytes32 (ReadUnaligned32 ((CONST UINT32 *) CapacityData.BlockLen));
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 87 UINT32 BlockLen;
MMCSDTransfer.c 499 CardData->BlockLen = 1 << CardData->CSDRegister.READ_BL_LEN;
508 CardData->BlockNumber = DivU64x32 (MultU64x32 (CsdSDV2->C_SIZE + 1, 512 * 1024) , CardData->BlockLen);
518 //For >= 2G card, BlockLen may be 1024, but the transfer size is still 512 bytes
520 if (CardData->BlockLen > 512) {
521 CardData->BlockNumber = DivU64x32 (MultU64x32 (CardData->BlockNumber, CardData->BlockLen), 512);
522 CardData->BlockLen = 512;
527 "CalculateCardParameter: Card Size: 0x%lx\n", MultU64x32 (CardData->BlockNumber, CardData->BlockLen)
    [all...]
MMCSDBlockIo.c 534 CardData->BlockIoMedia.BlockSize = CardData->BlockLen;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
PL180Mci.c 68 // This function could be used to remove the hardcoded BlockLen used
75 IN UINT32 BlockLen
86 } while (Pow2BlockLen && (!(Loop & BlockLen)));
102 //Note: we are using a hardcoded BlockLen (==512). If we decide to use a variable size, we could
103 // compute the pow2 of BlockLen with the above function GetPow2BlockLen ()
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
376 ++BlockLen;
377 write(BlockLen);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 258 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(SP.getName()) +
261 ++BlockLen; // For second checksum.
262 write(BlockLen);

Completed in 264 milliseconds