Lines Matching defs:sdhci_msm_host
268 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;
281 bool use_14lpp_dll_reset;
282 bool tuning_done;
283 bool calibration_done;
307 struct sdhci_msm_host *msm_host = sdhci_pltfm_priv(pltfm_host); in sdhci_priv_msm_offset() argument