Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c325 uint32_t offset = 0, blockAddr, readLen = 0, rdCount; in sdio_read() local
354 rdCount = 0; in sdio_read()
362 rdCount += remSize; in sdio_read()
367 rdCount += (blockSize - offset); in sdio_read()
404 if ((rdCount + readLen) > storage_size || in sdio_read()
418 rdCount += readLen; in sdio_read()
432 rdCount += remSize; in sdio_read()
434 if (rdCount > storage_size || in sdio_read()
447 rdCount = 0; in sdio_read()
451 return rdCount; in sdio_read()