Searched refs:readLen (Results 1 – 1 of 1) sorted by relevance
327 uint32_t offset = 0, blockAddr, readLen = 0, rdCount; in sdio_read() local404 readLen = SD_MAX_BLK_TRANSFER_LENGTH; in sdio_read()406 readLen = (remSize / blockSize) * blockSize; in sdio_read()410 if ((rdCount + readLen) > storage_size || in sdio_read()411 (((uintptr_t) outputBuf + readLen) > in sdio_read()417 if (!read_block(p_sdhandle, outputBuf, blockAddr, readLen)) { in sdio_read()419 blockAddr += (readLen / blockSize); in sdio_read()421 blockAddr += readLen; in sdio_read()424 remSize -= readLen; in sdio_read()425 rdCount += readLen; in sdio_read()[all …]