Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci_am654.c240 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
263 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
286 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-cns3xxx.c77 .get_max_clock = sdhci_cns3xxx_get_max_clk,
Dsdhci-iproc.c178 .get_max_clock = sdhci_iproc_get_max_clock,
192 .get_max_clock = sdhci_iproc_get_max_clock,
Dsdhci-of-dwcmshc.c53 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-sirf.c148 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pic32.c92 .get_max_clock = pic32_sdhci_get_max_clock,
Dsdhci-bcm-kona.c189 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pxav2.c106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-s3c.c415 .get_max_clock = sdhci_s3c_get_max_clk,
634 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
Dsdhci-of-arasan.c301 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
361 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-aspeed.c116 .get_max_clock = aspeed_sdhci_get_max_clock,
Dsdhci-tegra.c1262 .get_max_clock = tegra_sdhci_get_max_clock,
1322 .get_max_clock = tegra_sdhci_get_max_clock,
1368 .get_max_clock = tegra_sdhci_get_max_clock,
1404 .get_max_clock = tegra_sdhci_get_max_clock,
Dsdhci-st.c324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-esdhc.c954 .get_max_clock = esdhc_of_get_max_clock,
972 .get_max_clock = esdhc_of_get_max_clock,
Dsdhci-pxav3.c322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci.h627 unsigned int (*get_max_clock)(struct sdhci_host *host); member
Dsdhci-xenon.c247 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-sprd.c387 .get_max_clock = sdhci_sprd_get_max_clock,
Dsdhci-omap.c830 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-imx.c1144 .get_max_clock = esdhc_pltfm_get_max_clock,
Dsdhci.c3871 if (!host->ops->get_max_clock) { in sdhci_setup_host()
3877 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
Dsdhci-msm.c1722 .get_max_clock = sdhci_msm_get_max_clock,