Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A 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()
H A Dio.c179 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()
351 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
370 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
H A Dubi.h72 #define UBI_IO_RETRIES 3 macro
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Deba.c914 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in recover_peb()
1063 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb()
1152 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_write_leb_st()
1236 for (tries = 0; tries <= UBI_IO_RETRIES; tries++) { in ubi_eba_atomic_leb_change()
H A Dio.c173 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()
328 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
H A Dubi.h66 #define UBI_IO_RETRIES 3 macro