Searched refs:R1_CURRENT_STATE (Results 1 – 4 of 4) sorted by relevance
148 #define R1_CURRENT_STATE(x) ((x & 0x00001E00) >> 9) /* sx, b (4 bits) */ macro171 R1_CURRENT_STATE(status) == R1_STATE_TRAN; in mmc_ready_for_data()
98 (R1_CURRENT_STATE(cmd->resp[0]) == 7); in rk_emmc_busy()
917 switch (R1_CURRENT_STATE(status)) { in mmc_interrupt_hpi()932 mmc_hostname(card->host), R1_CURRENT_STATE(status)); in mmc_interrupt_hpi()
253 (R1_CURRENT_STATE(cmd->resp[0]) == R1_STATE_PRG); in mmc_test_busy()2441 } while (repeat_cmd && R1_CURRENT_STATE(status) != R1_STATE_TRAN); in mmc_test_ongoing_transfer()