Searched refs:NAND_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
171 #define NAND_CACHE_SIZE (NAND_CACHE_PAGES*NAND_PAGE_SIZE) macro190 (off + bytes_read >= nand_cache_off+NAND_CACHE_SIZE)) { in read_nand_cached()195 nand_cache = malloc(NAND_CACHE_SIZE); in read_nand_cached()198 NAND_CACHE_SIZE); in read_nand_cached()203 retlen = NAND_CACHE_SIZE; in read_nand_cached()206 retlen != NAND_CACHE_SIZE) { in read_nand_cached()208 nand_cache_off, NAND_CACHE_SIZE); in read_nand_cached()212 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()