Lines Matching full:oob
5 * Test OOB read and write on MTD device.
281 /* read entire block's OOB at one go */ in verify_eraseblock_in_one_go()
293 /* verify one page OOB at a time for bitflip per page limit check */ in verify_eraseblock_in_one_go()
374 "eraseblock %u, OOB size %u\n", in mtd_oobtest_init()
398 /* First test: write all OOB, read it back and verify */ in mtd_oobtest_init()
416 * Second test: write all OOB, a block at a time, read it back and in mtd_oobtest_init()
449 * Third test: write OOB at varying offsets and lengths, read it back in mtd_oobtest_init()
495 /* Attempt to write off end of OOB */ in mtd_oobtest_init()
504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init()
510 pr_err("error: can write past end of OOB\n"); in mtd_oobtest_init()
514 /* Attempt to read off end of OOB */ in mtd_oobtest_init()
523 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init()
532 pr_err("error: can read past end of OOB\n"); in mtd_oobtest_init()