Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mmc/
Dcard.h244 struct mmc_card { struct
245 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 …]
/kernel/linux/linux-6.6/include/linux/mmc/
Dcard.h267 struct mmc_card { struct
268 struct mmc_host *host; /* the host this device belongs to */
269 struct device dev; /* the device */
270 u32 ocr; /* the current OCR setting */
271 unsigned int rca; /* relative card address of device */
272 unsigned int type; /* card type */
277 unsigned int state; /* (our) card state */
278 unsigned int quirks; /* card quirks */
279 unsigned int quirk_max_rate; /* max rate set by quirks */
300 bool written_flag; /* Indicates eMMC has been written since power on */
[all …]