Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance
244 struct mmc_card { struct245 struct mmc_host *host; /* the host this device belongs to */246 struct device dev; /* the device */247 u32 ocr; /* the current OCR setting */248 unsigned int rca; /* relative card address of device */249 unsigned int type; /* card type */254 unsigned int state; /* (our) card state */255 unsigned int quirks; /* card quirks */256 unsigned int quirk_max_rate; /* max rate set by quirks */275 bool reenable_cmdq; /* Re-enable Command Queue */[all …]