Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A 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 */
301 bool written_flag; /* Indicates eMMC has been written since power on */
[all …]