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