Home
last modified time | relevance | path

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

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