Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance
266 struct mmc_card { struct267 struct mmc_host *host; /* the host this device belongs to */268 struct device dev; /* the device */269 u32 ocr; /* the current OCR setting */270 unsigned int rca; /* relative card address of device */271 unsigned int type; /* card type */276 unsigned int state; /* (our) card state */277 unsigned int quirks; /* card quirks */278 unsigned int quirk_max_rate; /* max rate set by quirks */296 bool reenable_cmdq; /* Re-enable Command Queue */[all …]