• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/

Lines Matching refs:PRINT_PREF

30 #define PRINT_PREF KERN_INFO "mtd_subpagetest: "
85 printk(PRINT_PREF "error %d while erasing EB %d\n", err, ebnum);
90 printk(PRINT_PREF "some erase error occurred at EB %d\n",
103 printk(PRINT_PREF "erasing whole device\n");
112 printk(PRINT_PREF "erased %u eraseblocks\n", i);
125 printk(PRINT_PREF "error: write failed at %#llx\n",
128 printk(PRINT_PREF " write size: %#x\n", subpgsize);
129 printk(PRINT_PREF " written: %#zx\n", written);
139 printk(PRINT_PREF "error: write failed at %#llx\n",
142 printk(PRINT_PREF " write size: %#x\n", subpgsize);
143 printk(PRINT_PREF " written: %#zx\n", written);
163 printk(PRINT_PREF "error: write failed at %#llx\n",
166 printk(PRINT_PREF " write size: %#x\n",
168 printk(PRINT_PREF " written: %#08zx\n",
202 printk(PRINT_PREF "ECC correction at %#llx\n",
206 printk(PRINT_PREF "error: read failed at %#llx\n",
212 printk(PRINT_PREF "error: verify failed at %#llx\n",
214 printk(PRINT_PREF "------------- written----------------\n");
216 printk(PRINT_PREF "------------- read ------------------\n");
218 printk(PRINT_PREF "-------------------------------------\n");
230 printk(PRINT_PREF "ECC correction at %#llx\n",
234 printk(PRINT_PREF "error: read failed at %#llx\n",
240 printk(PRINT_PREF "error: verify failed at %#llx\n",
242 printk(PRINT_PREF "------------- written----------------\n");
244 printk(PRINT_PREF "------------- read ------------------\n");
246 printk(PRINT_PREF "-------------------------------------\n");
268 printk(PRINT_PREF "ECC correction at %#llx\n",
272 printk(PRINT_PREF "error: read failed at "
278 printk(PRINT_PREF "error: verify failed at %#llx\n",
302 printk(PRINT_PREF "ECC correction at %#llx\n",
306 printk(PRINT_PREF "error: read failed at "
312 printk(PRINT_PREF "error: verify 0xff failed at "
327 printk(PRINT_PREF "verifying all eraseblocks for 0xff\n");
335 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
338 printk(PRINT_PREF "verified %u eraseblocks\n", i);
349 printk(PRINT_PREF "block %d is bad\n", ebnum);
359 printk(PRINT_PREF "error: cannot allocate memory\n");
363 printk(PRINT_PREF "scanning for bad eraseblocks\n");
370 printk(PRINT_PREF "scanned %d eraseblocks, %d are bad\n", i, bad);
382 printk(PRINT_PREF "MTD device: %d\n", dev);
387 printk(PRINT_PREF "error: cannot get MTD device\n");
392 printk(PRINT_PREF "this test requires NAND flash\n");
397 printk(PRINT_PREF "MTD device size %llu, eraseblock size %u, "
407 printk(PRINT_PREF "error: cannot allocate memory\n");
412 printk(PRINT_PREF "error: cannot allocate memory\n");
429 printk(PRINT_PREF "writing whole device\n");
438 printk(PRINT_PREF "written up to eraseblock %u\n", i);
441 printk(PRINT_PREF "written %u eraseblocks\n", i);
444 printk(PRINT_PREF "verifying all eraseblocks\n");
452 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
455 printk(PRINT_PREF "verified %u eraseblocks\n", i);
467 printk(PRINT_PREF "writing whole device\n");
475 printk(PRINT_PREF "written up to eraseblock %u\n", i);
478 printk(PRINT_PREF "written %u eraseblocks\n", i);
482 printk(PRINT_PREF "verifying all eraseblocks\n");
490 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
493 printk(PRINT_PREF "verified %u eraseblocks\n", i);
503 printk(PRINT_PREF "finished with %d errors\n", errcnt);
511 printk(PRINT_PREF "error %d occurred\n", err);