Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Deba.c633 if (++tries > UBI_IO_RETRIES) { in recover_peb()
754 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb()
876 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb_st()
1003 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_atomic_leb_change()
Dio.c180 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()
352 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
371 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
Dubi.h71 #define UBI_IO_RETRIES 3 macro