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