Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/
A Dpic32_flash.c76 return ret ? ERR_TIMEOUT : ERR_OK; in flash_wait_till_busy()
99 return ERR_OK; in flash_complete_operation()
162 if (rc != ERR_OK) in flash_erase()
166 if (rc != ERR_OK) in flash_erase()
178 return ERR_OK; in flash_erase()
215 if (rc != ERR_OK) in write_word()
268 rc = ERR_OK; in write_buff()
A Dcfi_flash.c606 return ERR_OK; in flash_status_check()
625 if (retcode == ERR_OK && in flash_full_status_check()
716 return ERR_OK; in flash_status_poll()
959 if (retcode == ERR_OK) { in flash_write_cfibuffer()
1398 if (rc != ERR_OK) in write_buff()
/u-boot/common/
A Dflash.c136 return (ERR_OK); in flash_write()
178 return (ERR_OK); in flash_write()
187 case ERR_OK: in flash_perror()
/u-boot/board/cobra5272/
A Dflash.c137 int rc = ERR_OK; in flash_erase()
254 int rc = ERR_OK; in write_word()
368 return ERR_OK; in write_buff()
/u-boot/board/freescale/m5253demo/
A Dflash.c74 return ERR_OK; in flash_get_offsets()
386 return ERR_OK; in write_buff()
388 return ERR_OK; in write_buff()
/u-boot/include/
A Dflash.h130 #define ERR_OK 0 macro

Completed in 11 milliseconds