Searched refs:EXT_CSD_SEC_CNT (Results 1 – 2 of 2) sorted by relevance
413 card->ext_csd.raw_sectors[0] = ext_csd[EXT_CSD_SEC_CNT + 0]; in mmc_decode_ext_csd()414 card->ext_csd.raw_sectors[1] = ext_csd[EXT_CSD_SEC_CNT + 1]; in mmc_decode_ext_csd()415 card->ext_csd.raw_sectors[2] = ext_csd[EXT_CSD_SEC_CNT + 2]; in mmc_decode_ext_csd()416 card->ext_csd.raw_sectors[3] = ext_csd[EXT_CSD_SEC_CNT + 3]; in mmc_decode_ext_csd()419 ext_csd[EXT_CSD_SEC_CNT + 0] << 0 | in mmc_decode_ext_csd()420 ext_csd[EXT_CSD_SEC_CNT + 1] << 8 | in mmc_decode_ext_csd()421 ext_csd[EXT_CSD_SEC_CNT + 2] << 16 | in mmc_decode_ext_csd()422 ext_csd[EXT_CSD_SEC_CNT + 3] << 24; in mmc_decode_ext_csd()757 bw_ext_csd[EXT_CSD_SEC_CNT + 0]) && in mmc_compare_ext_csds()759 bw_ext_csd[EXT_CSD_SEC_CNT + 1]) && in mmc_compare_ext_csds()[all …]
293 #define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */ macro