Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mmc/
Dmmc.h214 #define CCC_BLOCK_WRITE (1<<4) /* (4) Block write commands */ macro
/Linux-v5.10/drivers/mmc/core/
Dblock.c2249 !(card->csd.cmdclass & CCC_BLOCK_WRITE); in mmc_blk_readonly()