Home
last modified time | relevance | path

Searched refs:R1_STATE_TRAN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dmmc.h164 #define R1_STATE_TRAN 4 macro
177 R1_CURRENT_STATE(status) == R1_STATE_TRAN; in mmc_ready_for_data()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.c918 case R1_STATE_TRAN: in mmc_interrupt_hpi()
H A Dmmc_test.c2420 } while (repeat_cmd && R1_CURRENT_STATE(status) != R1_STATE_TRAN); in mmc_test_ongoing_transfer()