Searched refs:cpy_bytes (Results 1 – 1 of 1) sorted by relevance
182 int cpy_bytes; in read_nand_cached() local212 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()213 if (cpy_bytes > size - bytes_read) in read_nand_cached()214 cpy_bytes = size - bytes_read; in read_nand_cached()217 cpy_bytes); in read_nand_cached()218 bytes_read += cpy_bytes; in read_nand_cached()285 int cpy_bytes; in read_onenand_cached() local311 cpy_bytes = onenand_cache_off + ONENAND_CACHE_SIZE - (off + bytes_read); in read_onenand_cached()312 if (cpy_bytes > size - bytes_read) in read_onenand_cached()313 cpy_bytes = size - bytes_read; in read_onenand_cached()[all …]