Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcard.h247 struct mmc_card { struct
248 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 */
258 unsigned int quirks; /* card quirks */
259 unsigned int quirk_max_rate; /* max rate set by quirks */
278 bool reenable_cmdq; /* Re-enable Command Queue */
[all …]