Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c327 uint32_t offset = 0, blockAddr, readLen = 0, rdCount; in sdio_read() local
358 rdCount = 0; in sdio_read()
366 rdCount += remSize; in sdio_read()
371 rdCount += (blockSize - offset); in sdio_read()
410 if ((rdCount + readLen) > storage_size || in sdio_read()
425 rdCount += readLen; in sdio_read()
439 rdCount += remSize; in sdio_read()
441 if (rdCount > storage_size || in sdio_read()
454 rdCount = 0; in sdio_read()
458 return rdCount; in sdio_read()