Searched refs:cpy_bytes (Results 1 – 1 of 1) sorted by relevance
181 int cpy_bytes; in read_nand_cached() local211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()212 if (cpy_bytes > size - bytes_read) in read_nand_cached()213 cpy_bytes = size - bytes_read; in read_nand_cached()216 cpy_bytes); in read_nand_cached()217 bytes_read += cpy_bytes; in read_nand_cached()284 int cpy_bytes; in read_onenand_cached() local310 cpy_bytes = onenand_cache_off + ONENAND_CACHE_SIZE - (off + bytes_read); in read_onenand_cached()311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()312 cpy_bytes = size - bytes_read; in read_onenand_cached()[all …]