Searched refs:MC_CMD_STATUS_OK (Results 1 – 2 of 2) sorted by relevance
136 [MC_CMD_STATUS_OK] = 0, in mc_status_to_error()158 [MC_CMD_STATUS_OK] = "Command completed successfully", in mc_status_to_string()216 if (status != MC_CMD_STATUS_OK) in mc_read_response()274 if (status != MC_CMD_STATUS_OK) { in mc_send_command()
56 MC_CMD_STATUS_OK = 0x0, /* Completed successfully */ enumerator