Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Donenand.c24 static loff_t next_ofs; variable
148 if (to == next_ofs) { in onenand_block_write()
149 next_ofs = to + len; in onenand_block_write()
152 next_ofs = to + len; in onenand_block_write()