Lines Matching refs:start_off
54 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument
67 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
69 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
75 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf()
82 len, start_off); in mtd_dump_device_buf()
83 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf()
277 u64 start_off, off, len, remaining, default_len; in do_mtd() local
297 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd()
298 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd()
329 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd()
334 read ? "Reading" : "Writing", len, start_off); in do_mtd()
343 off = start_off; in do_mtd()
376 mtd_dump_device_buf(mtd, start_off, buf, len, woob); in do_mtd()