Home
last modified time | relevance | path

Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/mmc/
Dcard.h243 struct mmc_card { struct
244 struct mmc_host *host; /* the host this device belongs to */
245 struct device dev; /* the device */
246 u32 ocr; /* the current OCR setting */
247 unsigned int rca; /* relative card address of device */
248 unsigned int type; /* card type */
253 unsigned int state; /* (our) card state */
254 unsigned int quirks; /* card quirks */
255 unsigned int quirk_max_rate; /* max rate set by quirks */
273 bool reenable_cmdq; /* Re-enable Command Queue */
[all …]