Searched defs:meson_host (Results 1 – 2 of 2) sorted by relevance
148 struct meson_host { struct149 struct device *dev;150 struct meson_mmc_data *data;151 struct mmc_host *mmc;152 struct mmc_command *cmd;154 void __iomem *regs;155 struct clk *core_clk;156 struct clk *mux_clk;157 struct clk *mmc_clk;158 unsigned long req_rate;[all …]
151 struct meson_host { struct152 struct device *dev;153 const struct meson_mmc_data *data;154 struct mmc_host *mmc;155 struct mmc_command *cmd;157 void __iomem *regs;158 struct clk *mux_clk;159 struct clk *mmc_clk;160 unsigned long req_rate;161 bool ddr;[all …]