Searched defs:mmc_ivars (Results 1 – 1 of 1) sorted by relevance
82 struct mmc_ivars { struct83 uint32_t raw_cid[4]; /* Raw bits of the CID */84 uint32_t raw_csd[4]; /* Raw bits of the CSD */85 uint32_t raw_scr[2]; /* Raw bits of the SCR */86 uint8_t raw_ext_csd[MMC_EXTCSD_SIZE]; /* Raw bits of the EXT_CSD */87 uint32_t raw_sd_status[16]; /* Raw bits of the SD_STATUS */88 uint16_t rca;89 enum mmc_card_mode mode;90 struct mmc_cid cid; /* cid decoded */91 struct mmc_csd csd; /* csd decoded */[all …]