Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/mmc/
Dcard.h299 struct mmc_card { struct
300 struct mmc_host *host; /* the host this device belongs to */
301 struct device dev; /* the device */
302 u32 ocr; /* the current OCR setting */
303 unsigned int rca; /* relative card address of device */
304 unsigned int type; /* card type */
309 unsigned int state; /* (our) card state */
310 unsigned int quirks; /* card quirks */
311 unsigned int quirk_max_rate; /* max rate set by quirks */
333 bool written_flag; /* Indicates eMMC has been written since power on */
[all …]