Home
last modified time | relevance | path

Searched refs:SD_SCR_CMD23_SUPPORT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dcard.h142 #define SD_SCR_CMD23_SUPPORT (1<<1) macro
/openbmc/linux/drivers/mmc/host/
H A Dcavium.c640 (mmc->card->scr.cmds & SD_SCR_CMD23_SUPPORT))) in prepare_ext_dma()
/openbmc/linux/drivers/mmc/core/
H A Dblock.c2546 card->scr.cmds & SD_SCR_CMD23_SUPPORT)) in mmc_blk_alloc_req()
H A Dmmc_test.c186 (mmc_card_sd(card) && card->scr.cmds & SD_SCR_CMD23_SUPPORT); in mmc_test_card_cmd23()