Home
last modified time | relevance | path

Searched refs:CCC_BLOCK_READ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dmmc.h216 #define CCC_BLOCK_READ (1<<2) /* (2) Block read commands */ macro
/openbmc/linux/drivers/mmc/core/
H A Dblock.c3015 if (!(card->csd.cmdclass & CCC_BLOCK_READ)) in mmc_blk_probe()