Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/tests/
H A Doobtest.c41 static int use_len_max; variable
50 if (use_offset >= use_len_max) in do_vary_offset()
52 use_len = use_len_max - use_offset; in do_vary_offset()
63 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt); in write_eraseblock()
72 ops.oobbuf = writebuf + (use_len_max * i) + use_offset; in write_eraseblock()
195 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()
232 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()
395 use_len_max = mtd->oobavail; in mtd_oobtest_init()
461 use_len_max = mtd->oobavail; in mtd_oobtest_init()
472 use_len_max = mtd->oobavail; in mtd_oobtest_init()
[all …]