Lines Matching refs:printf

64 		printf("Attempt to erase non block-aligned data\n");  in nand_erase_opts()
112 printf("\rSkipping bad block at " in nand_erase_opts()
123 printf("\n%s: MTD get bad block failed: %d\n", in nand_erase_opts()
134 printf("\n%s: MTD Erase failure: %d\n", in nand_erase_opts()
150 printf("\n%s: MTD writeoob failure: %d\n", in nand_erase_opts()
170 printf("\rErasing at 0x%llx -- %3d%% complete.", in nand_erase_opts()
174 printf(" Cleanmarker written at 0x%llx.", in nand_erase_opts()
180 printf("\n"); in nand_erase_opts()
227 printf("nand_lock: Device is locked tight!\n"); in nand_lock()
277 printf("nand_get_lock_status: " in nand_get_lock_status()
328 printf("nand_unlock: Device is write protected!\n"); in nand_unlock()
337 printf("nand_unlock: Device is locked tight!\n"); in nand_unlock()
343 printf("nand_unlock: Start address must be beginning of " in nand_unlock()
350 printf("nand_unlock: Length must be a multiple of nand block " in nand_unlock()
597 printf("Attempt to write non page-aligned data\n"); in nand_write_skip_bad()
608 printf("Attempt to write outside the flash area\n"); in nand_write_skip_bad()
629 printf("NAND write to offset %llx failed %d\n", in nand_write_skip_bad()
641 printf("Skip bad block 0x%08llx\n", in nand_write_skip_bad()
670 printf("NAND write to offset %llx failed %d\n", in nand_write_skip_bad()
715 printf("Attempt to read non page-aligned data\n"); in nand_read_skip_bad()
728 printf("Attempt to read outside the flash area\n"); in nand_read_skip_bad()
745 printf("NAND read from offset %llx failed %d\n", in nand_read_skip_bad()
757 printf("Skipping bad block 0x%08llx\n", in nand_read_skip_bad()
770 printf("NAND read from offset %llx failed %d\n", in nand_read_skip_bad()
851 printf("%s: erase() failed for block at 0x%llx: %d\n", in nand_torture()
859 printf("%s: read() failed for block at 0x%llx: %d\n", in nand_torture()
866 printf("Erased block at 0x%llx, but a non-0xff byte was found\n", in nand_torture()
876 printf("%s: write() failed for block at 0x%llx: %d\n", in nand_torture()
883 printf("%s: read() failed for block at 0x%llx: %d\n", in nand_torture()
890 printf("Pattern 0x%.2x checking failed for block at " in nand_torture()