Home
last modified time | relevance | path

Searched refs:R1_OUT_OF_RANGE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mmc/
H A Dmmc.h128 #define R1_OUT_OF_RANGE (1 << 31) /* er, c */ macro
/kernel/linux/linux-6.6/include/linux/mmc/
H A Dmmc.h134 #define R1_OUT_OF_RANGE (1 << 31) /* er, c */ macro
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c1255 R1_OUT_OF_RANGE) /* Command argument out of range */ \
1284 * spec. So we only need to check R1_OUT_OF_RANGE for open-ending mode. in mmc_blk_eval_resp_error()
1292 oor_with_open_end = val & R1_OUT_OF_RANGE && !brq->mrq.sbc; in mmc_blk_eval_resp_error()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c1319 R1_OUT_OF_RANGE) /* Command argument out of range */ \
1348 * spec. So we only need to check R1_OUT_OF_RANGE for open-ending mode. in mmc_blk_eval_resp_error()
1356 oor_with_open_end = val & R1_OUT_OF_RANGE && !brq->mrq.sbc; in mmc_blk_eval_resp_error()

Completed in 11 milliseconds