Home
last modified time | relevance | path

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

/linux-5.10/drivers/mmc/host/
Dsdhci-msm.c256 struct sdhci_msm_host { struct
257 struct platform_device *pdev;
258 void __iomem *core_mem; /* MSM SDCC mapped address */
259 int pwr_irq; /* power irq */
260 struct clk *bus_clk; /* SDHC bus voter clock */
261 struct clk *xo_clk; /* TCXO clk needed for FLL feature of cm_dll*/
262 struct clk_bulk_data bulk_clks[4]; /* core, iface, cal, sleep clocks */
263 unsigned long clk_rate;
264 struct mmc_host *mmc;
265 struct opp_table *opp_table;
[all …]