Searched refs:ERR_OK (Results 1 – 6 of 6) sorted by relevance
76 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()
606 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()
136 return (ERR_OK); in flash_write()178 return (ERR_OK); in flash_write()187 case ERR_OK: in flash_perror()
137 int rc = ERR_OK; in flash_erase()254 int rc = ERR_OK; in write_word()368 return ERR_OK; in write_buff()
74 return ERR_OK; in flash_get_offsets()386 return ERR_OK; in write_buff()388 return ERR_OK; in write_buff()
130 #define ERR_OK 0 macro
Completed in 11 milliseconds