Searched defs:mmc_omap_host (Results 1 – 1 of 1) sorted by relevance
120 struct mmc_omap_host { struct121 int initialized;122 int suspended;123 struct mmc_request * mrq;124 struct mmc_command * cmd;125 struct mmc_data * data;126 struct mmc_host * mmc;127 struct device * dev;128 unsigned char id; /* 16xx chips have 2 MMC blocks */129 struct clk * iclk;[all …]