Home
last modified time | relevance | path

Searched refs:nand_cache_off (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c174 static u32 nand_cache_off = (u32)-1; variable
189 if ((off + bytes_read < nand_cache_off) || in read_nand_cached()
190 (off + bytes_read >= nand_cache_off+NAND_CACHE_SIZE)) { in read_nand_cached()
191 nand_cache_off = (off + bytes_read) & NAND_PAGE_MASK; in read_nand_cached()
204 if (nand_read(mtd, nand_cache_off, 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()
216 nand_cache + off + bytes_read - nand_cache_off, in read_nand_cached()