Searched refs:spec_vrsn (Results 1 – 1 of 1) sorted by relevance
147 uint8_t spec_vrsn = (raw_csd[MMC_CSD_SPEC_VERSION] >> 2) & 0xf; in mmc_decode_csd() local149 if (spec_vrsn < MMC_CID_SPEC_VRSN_40) { in mmc_decode_csd()154 (raw_csd[MMC_CSD_SPEC_VERSION] >> 6) & 0x3, spec_vrsn); in mmc_decode_csd()
Completed in 3 milliseconds