Searched refs:NAND_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
170 #define NAND_CACHE_SIZE (NAND_CACHE_PAGES*NAND_PAGE_SIZE) macro189 (off + bytes_read >= nand_cache_off+NAND_CACHE_SIZE)) { in read_nand_cached()194 nand_cache = malloc(NAND_CACHE_SIZE); in read_nand_cached()197 NAND_CACHE_SIZE); in read_nand_cached()202 retlen = NAND_CACHE_SIZE; in read_nand_cached()205 retlen != NAND_CACHE_SIZE) { in read_nand_cached()207 nand_cache_off, NAND_CACHE_SIZE); in read_nand_cached()211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()