Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-cns3xxx.c80 .get_max_clock = sdhci_cns3xxx_get_max_clk,
Dsdhci-iproc.c167 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
181 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-dwcmshc.c24 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-tegra.c324 .get_max_clock = tegra_sdhci_get_max_clock,
381 .get_max_clock = tegra_sdhci_get_max_clock,
Dsdhci-sirf.c154 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pic32.c92 .get_max_clock = pic32_sdhci_get_max_clock,
Dsdhci-bcm-kona.c191 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pxav2.c116 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c294 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
350 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-s3c.c418 .get_max_clock = sdhci_s3c_get_max_clk,
638 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
Dsdhci-of-esdhc.c775 .get_max_clock = esdhc_of_get_max_clock,
792 .get_max_clock = esdhc_of_get_max_clock,
Dsdhci-st.c333 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci.h588 unsigned int (*get_max_clock)(struct sdhci_host *host); member
Dsdhci-pxav3.c334 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-xenon.c246 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-omap.c690 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-imx.c1055 .get_max_clock = esdhc_pltfm_get_max_clock,
Dsdhci-msm.c1642 .get_max_clock = sdhci_msm_get_max_clock,
Dsdhci.c3629 if (!host->ops->get_max_clock) { in sdhci_setup_host()
3635 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()