Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dmmc.h268 #define CSD_SPEC_VER_3 3 /* Implements system specification 3.1 - 3.2 - 3.31 */ macro
/linux-4.1.27/drivers/mmc/core/
Dmmc_ops.c784 return (card && card->csd.mmca_vsn > CSD_SPEC_VER_3); in mmc_can_ext_csd()