Searched refs:ERR_OK (Results 1 – 6 of 6) sorted by relevance
72 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()
599 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()
135 return (ERR_OK); in flash_write()177 return (ERR_OK); in flash_write()186 case ERR_OK: in flash_perror()
133 int rc = ERR_OK; in flash_erase()250 int rc = ERR_OK; in write_word()364 return ERR_OK; in write_buff()
72 return ERR_OK; in flash_get_offsets()384 return ERR_OK; in write_buff()386 return ERR_OK; in write_buff()
124 #define ERR_OK 0 macro