Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dnand.c683 loff_t endoff; in do_nand() local
702 endoff = off + size; in do_nand()
703 if (endoff > mtd->size) { in do_nand()
709 endoff = round_up(endoff, mtd->erasesize); in do_nand()
710 size = endoff - off; in do_nand()
713 while (off < endoff) { in do_nand()