Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dpic32_flash.c71 return ret ? ERR_TIMEOUT : ERR_OK; in flash_wait_till_busy()
94 return ERR_OK; in flash_complete_operation()
157 if (rc != ERR_OK) in flash_erase()
161 if (rc != ERR_OK) in flash_erase()
173 return ERR_OK; in flash_erase()
210 if (rc != ERR_OK) in write_word()
263 rc = ERR_OK; in write_buff()
Dcfi_flash.c598 return ERR_OK; in flash_status_check()
617 if (retcode == ERR_OK && in flash_full_status_check()
708 return ERR_OK; in flash_status_poll()
951 if (retcode == ERR_OK) { in flash_write_cfibuffer()
1390 if (rc != ERR_OK) in write_buff()
/external/u-boot/common/
Dflash.c134 return (ERR_OK); in flash_write()
176 return (ERR_OK); in flash_write()
185 case ERR_OK: in flash_perror()
/external/u-boot/board/cobra5272/
Dflash.c132 int rc = ERR_OK; in flash_erase()
249 int rc = ERR_OK; in write_word()
363 return ERR_OK; in write_buff()
/external/u-boot/board/freescale/m5253demo/
Dflash.c71 return ERR_OK; in flash_get_offsets()
383 return ERR_OK; in write_buff()
385 return ERR_OK; in write_buff()
/external/u-boot/include/
Dflash.h123 #define ERR_OK 0 macro