Lines Matching defs:sdhci_msm_host
257 struct sdhci_msm_host { struct
258 struct platform_device *pdev;
259 void __iomem *core_mem; /* MSM SDCC mapped address */
260 int pwr_irq; /* power irq */
261 struct clk *bus_clk; /* SDHC bus voter clock */
262 struct clk *xo_clk; /* TCXO clk needed for FLL feature of cm_dll*/
263 struct clk_bulk_data bulk_clks[4]; /* core, iface, cal, sleep clocks */
264 unsigned long clk_rate;
265 struct mmc_host *mmc;
266 struct opp_table *opp_table;
267 bool use_14lpp_dll_reset;
268 bool tuning_done;
269 bool calibration_done;
293 struct sdhci_msm_host *msm_host = sdhci_pltfm_priv(pltfm_host); in sdhci_priv_msm_offset() argument