Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-msm.c257 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;
[all …]
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci-msm.c259 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;
[all …]