Searched refs:raw_ext_csd (Results 1 – 2 of 2) sorted by relevance
122 uint8_t raw_ext_csd[512]; /* MMC only? */ member988 return (softc->raw_ext_csd[EXT_CSD_GEN_CMD6_TIME] * 10); in mmc_get_cmd6_timeout()1249 (uint8_t *)&softc->raw_ext_csd, in sdda_start_init()1250 sizeof(softc->raw_ext_csd)); in sdda_start_init()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()1358 card_type = softc->raw_ext_csd[EXT_CSD_CARD_TYPE]; in sdda_start_init()1636 ext_csd = sc->raw_ext_csd; in sdda_process_mmc_partitions()[all …]
88 uint8_t raw_ext_csd[MMC_EXTCSD_SIZE]; /* Raw bits of the EXT_CSD */ member836 ext_csd = ivar->raw_ext_csd; in mmc_set_power_class()1786 ivar->raw_ext_csd); in mmc_discover_cards()1792 ext_csd = ivar->raw_ext_csd; in mmc_discover_cards()