Searched defs:mmc_host (Results 1 – 2 of 2) sorted by relevance
125 struct mmc_host { struct126 int f_min;127 int f_max;128 uint32_t host_ocr;129 uint32_t ocr;130 uint32_t caps;134 enum mmc_card_mode mode;135 struct mmc_ios ios; /* Current state of the host */
85 struct mmc_host mmc_host; member