Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance
248 struct mmc_card { struct249 struct mmc_host *host; /* the host this device belongs to */250 struct device dev; /* the device */251 u32 ocr; /* the current OCR setting */252 unsigned int rca; /* relative card address of device */253 unsigned int type; /* card type */258 unsigned int state; /* (our) card state */266 unsigned int quirks; /* card quirks */284 unsigned int erase_size; /* erase size in sectors */285 unsigned int erase_shift; /* if erase unit is power 2 */[all …]