Searched refs:EMMC_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
47 uint64_t devBlockSize = EMMC_BLOCK_SIZE; in EmmcPatchGptHeader()126 uint32_t blockSize = EMMC_BLOCK_SIZE; in ParseGptHeaderByEmmc()187 uint32_t deviceBlockSize = EMMC_BLOCK_SIZE; in UpdateCommInitializeGptPartition()231 uint32_t deviceBlockSize = EMMC_BLOCK_SIZE; in ReadEmmcGptImageToRam()294 uint32_t imgBlockSize = EMMC_BLOCK_SIZE; in EditPartitionBuf()298 uint64_t gptHeaderLen = EMMC_BLOCK_SIZE; in EditPartitionBuf()305 uint32_t devBlockSize = EMMC_BLOCK_SIZE; in EditPartitionBuf()
46 static constexpr uint32_t EMMC_BLOCK_SIZE = 512; variable