Lines Matching defs:sdhci_msm_host
256 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;
266 bool use_14lpp_dll_reset;
267 bool tuning_done;
268 bool calibration_done;
292 struct sdhci_msm_host *msm_host = sdhci_pltfm_priv(pltfm_host); in sdhci_priv_msm_offset() argument