Searched defs:sunxi_mmc_host (Results 1 – 1 of 1) sorted by relevance
230 struct sunxi_mmc_host { struct231 struct mmc_host *mmc;232 struct reset_control *reset;235 void __iomem *reg_base;261 static int sunxi_mmc_reset_host(struct sunxi_mmc_host *host) in sunxi_mmc_reset_host() argument