Home
last modified time | relevance | path

Searched defs:meson_host (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
Dmeson-gx-mmc.c148 struct meson_host { struct
149 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 …]
/kernel/linux/linux-6.6/drivers/mmc/host/
Dmeson-gx-mmc.c151 struct meson_host { struct
152 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 …]