Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance
201 struct mmc_card { struct202 struct mmc_host *host; /* the host this device belongs to */203 struct device dev; /* the device */204 unsigned int rca; /* relative card address of device */205 unsigned int type; /* card type */210 unsigned int state; /* (our) card state */221 unsigned int quirks; /* card quirks */235 unsigned int poweroff_notify_state; /* eMMC4.5 notify feature */241 unsigned int erase_size; /* erase size in sectors */242 unsigned int erase_shift; /* if erase unit is power 2 */[all …]