Searched defs:mmc_card (Results 1 – 1 of 1) sorted by relevance
265 struct mmc_card { struct266 struct mmc_host *host; /* the host this device belongs to */267 struct device dev; /* the device */268 u32 ocr; /* the current OCR setting */269 unsigned int rca; /* relative card address of device */270 unsigned int type; /* card type */275 unsigned int state; /* (our) card state */276 unsigned int quirks; /* card quirks */277 unsigned int quirk_max_rate; /* max rate set by quirks */298 bool written_flag; /* Indicates eMMC has been written since power on */[all …]