Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dpic32_flash.c72 return ret ? ERR_TIMEOUT : ERR_OK; in flash_wait_till_busy()
95 return ERR_OK; in flash_complete_operation()
158 if (rc != ERR_OK) in flash_erase()
162 if (rc != ERR_OK) in flash_erase()
174 return ERR_OK; in flash_erase()
211 if (rc != ERR_OK) in write_word()
264 rc = ERR_OK; in write_buff()
H A Dcfi_flash.c599 return ERR_OK; in flash_status_check()
618 if (retcode == ERR_OK && in flash_full_status_check()
709 return ERR_OK; in flash_status_poll()
952 if (retcode == ERR_OK) { in flash_write_cfibuffer()
1391 if (rc != ERR_OK) in write_buff()
/OK3568_Linux_fs/u-boot/common/
H A Dflash.c135 return (ERR_OK); in flash_write()
177 return (ERR_OK); in flash_write()
186 case ERR_OK: in flash_perror()
/OK3568_Linux_fs/u-boot/board/cobra5272/
H A Dflash.c133 int rc = ERR_OK; in flash_erase()
250 int rc = ERR_OK; in write_word()
364 return ERR_OK; in write_buff()
/OK3568_Linux_fs/u-boot/board/freescale/m5253demo/
H A Dflash.c72 return ERR_OK; in flash_get_offsets()
384 return ERR_OK; in write_buff()
386 return ERR_OK; in write_buff()
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h124 #define ERR_OK 0 macro