Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dmmc.h220 #define CCC_BLOCK_WRITE (1<<4) /* (4) Block write commands */ macro
/linux/drivers/mmc/core/
H A Dblock.c2524 !(card->csd.cmdclass & CCC_BLOCK_WRITE); in mmc_blk_readonly()