Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c57 bool has_pages = mtd->type == MTD_NANDFLASH || in mtd_dump_device_buf() local
62 if (has_pages) { in mtd_dump_device_buf()
272 bool has_pages = mtd->type == MTD_NANDFLASH || in do_mtd() local
286 write_empty_pages = !has_pages || strstr(cmd, ".dontskipff"); in do_mtd()
327 if (has_pages) in do_mtd()
337 io_op.len = has_pages ? mtd->writesize : len; in do_mtd()