Searched refs:ERR_OK (Results 1 – 6 of 6) sorted by relevance
71 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()
598 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()
134 return (ERR_OK); in flash_write()176 return (ERR_OK); in flash_write()185 case ERR_OK: in flash_perror()
132 int rc = ERR_OK; in flash_erase()249 int rc = ERR_OK; in write_word()363 return ERR_OK; in write_buff()
71 return ERR_OK; in flash_get_offsets()383 return ERR_OK; in write_buff()385 return ERR_OK; in write_buff()
123 #define ERR_OK 0 macro