Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dnand.c663 loff_t endoff; in do_nand() local
682 endoff = off + size; in do_nand()
683 if (endoff > mtd->size) { in do_nand()
689 endoff = round_up(endoff, mtd->erasesize); in do_nand()
690 size = endoff - off; in do_nand()
693 while (off < endoff) { in do_nand()

Completed in 3 milliseconds