Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c268 struct sdhci_msm_host { struct
269 struct platform_device *pdev;
270 void __iomem *core_mem; /* MSM SDCC mapped address */
271 int pwr_irq; /* power irq */
272 struct clk *bus_clk; /* SDHC bus voter clock */
273 struct clk *xo_clk; /* TCXO clk needed for FLL feature of cm_dll*/
275 struct clk_bulk_data bulk_clks[4];
277 struct qcom_ice *ice;
279 unsigned long clk_rate;
280 struct mmc_host *mmc;
[all …]