Searched refs:EXT_CSD_SEC_CNT (Results 1 – 3 of 3) sorted by relevance
386 #define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */ macro
1795 sec_count = le32dec(&ext_csd[EXT_CSD_SEC_CNT]); in mmc_discover_cards()
1268 sec_count = softc->raw_ext_csd[EXT_CSD_SEC_CNT] + in sdda_start_init()1269 (softc->raw_ext_csd[EXT_CSD_SEC_CNT + 1] << 8) + in sdda_start_init()1270 (softc->raw_ext_csd[EXT_CSD_SEC_CNT + 2] << 16) + in sdda_start_init()1271 (softc->raw_ext_csd[EXT_CSD_SEC_CNT + 3] << 24); in sdda_start_init()