Home
last modified time | relevance | path

Searched refs:get_max_clock (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.6/drivers/mmc/host/
Dsdhci-iproc.c186 .get_max_clock = sdhci_iproc_get_max_clock,
200 .get_max_clock = sdhci_iproc_get_max_clock,
281 .get_max_clock = sdhci_iproc_get_max_clock,
Dsdhci-pxav2.c187 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
201 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pic32.c92 .get_max_clock = pic32_sdhci_get_max_clock,
Dsdhci_am654.c459 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
489 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
513 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-bcm-kona.c178 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-sparx5.c146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-dwcmshc.c345 .get_max_clock = dwcmshc_get_max_clock,
354 .get_max_clock = rk35xx_get_max_clock,
Dsdhci-s3c.c418 .get_max_clock = sdhci_s3c_get_max_clk,
629 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
Dsdhci-tegra.c1372 .get_max_clock = tegra_sdhci_get_max_clock,
1434 .get_max_clock = tegra_sdhci_get_max_clock,
1482 .get_max_clock = tegra_sdhci_get_max_clock,
1519 .get_max_clock = tegra_sdhci_get_max_clock,
Dsdhci-st.c324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-mcf.c339 .get_max_clock = esdhc_mcf_pltfm_get_max_clock,
Dsdhci-of-aspeed.c334 .get_max_clock = aspeed_sdhci_get_max_clock,
Dsdhci-pxav3.c320 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-esdhc.c1278 .get_max_clock = esdhc_of_get_max_clock,
1296 .get_max_clock = esdhc_of_get_max_clock,
Dsdhci-xenon.c263 .get_max_clock = xenon_get_max_clock,
Dsdhci.h645 unsigned int (*get_max_clock)(struct sdhci_host *host); member
Dsdhci-of-arasan.c502 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
550 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-sprd.c425 .get_max_clock = sdhci_sprd_get_max_clock,
Dsdhci-omap.c932 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-imx.c1390 .get_max_clock = esdhc_pltfm_get_max_clock,
Dsdhci.c4388 if (!host->ops->get_max_clock) { in sdhci_setup_host()
4394 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
Dsdhci-msm.c2325 .get_max_clock = sdhci_msm_get_max_clock,