Searched refs:R1_CURRENT_STATE (Results 1 – 2 of 2) sorted by relevance
154 #define R1_CURRENT_STATE(x) ((x & 0x00001E00) >> 9) /* sx, b (4 bits) */ macro177 R1_CURRENT_STATE(status) == R1_STATE_TRAN; in mmc_ready_for_data()
252 (R1_CURRENT_STATE(cmd->resp[0]) == R1_STATE_PRG); in mmc_test_busy()2412 } while (repeat_cmd && R1_CURRENT_STATE(status) != R1_STATE_TRAN); in mmc_test_ongoing_transfer()