Searched refs:EXT_CSD_SEC_CNT (Results 1 – 2 of 2) sorted by relevance
402 card->ext_csd.raw_sectors[0] = ext_csd[EXT_CSD_SEC_CNT + 0]; in mmc_decode_ext_csd()403 card->ext_csd.raw_sectors[1] = ext_csd[EXT_CSD_SEC_CNT + 1]; in mmc_decode_ext_csd()404 card->ext_csd.raw_sectors[2] = ext_csd[EXT_CSD_SEC_CNT + 2]; in mmc_decode_ext_csd()408 ext_csd[EXT_CSD_SEC_CNT + 0] << 0 | in mmc_decode_ext_csd()409 ext_csd[EXT_CSD_SEC_CNT + 1] << 8 | in mmc_decode_ext_csd()410 ext_csd[EXT_CSD_SEC_CNT + 2] << 16 | in mmc_decode_ext_csd()411 ext_csd[EXT_CSD_SEC_CNT + 3] << 24; in mmc_decode_ext_csd()746 bw_ext_csd[EXT_CSD_SEC_CNT + 0]) && in mmc_compare_ext_csds()748 bw_ext_csd[EXT_CSD_SEC_CNT + 1]) && in mmc_compare_ext_csds()750 bw_ext_csd[EXT_CSD_SEC_CNT + 2]) && in mmc_compare_ext_csds()[all …]
293 #define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */ macro