Lines Matching defs:sunxi_mmc_host
268 struct sunxi_mmc_host { struct
269 struct device *dev;
270 struct mmc_host *mmc;
271 struct reset_control *reset;
272 const struct sunxi_mmc_cfg *cfg;
275 void __iomem *reg_base;
278 struct clk *clk_ahb;
279 struct clk *clk_mmc;
280 struct clk *clk_sample;
281 struct clk *clk_output;
305 static int sunxi_mmc_reset_host(struct sunxi_mmc_host *host) in sunxi_mmc_reset_host() argument