Lines Matching defs:sdhci_msm_host
259 struct sdhci_msm_host { struct
260 struct platform_device *pdev;
261 void __iomem *core_mem; /* MSM SDCC mapped address */
262 int pwr_irq; /* power irq */
263 struct clk *bus_clk; /* SDHC bus voter clock */
264 struct clk *xo_clk; /* TCXO clk needed for FLL feature of cm_dll*/
266 struct clk_bulk_data bulk_clks[4];
268 struct qcom_ice *ice;
270 unsigned long clk_rate;
271 struct mmc_host *mmc;
272 bool use_14lpp_dll_reset;
273 bool tuning_done;
274 bool calibration_done;
298 struct sdhci_msm_host *msm_host = sdhci_pltfm_priv(pltfm_host); in sdhci_priv_msm_offset() argument