Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-iproc.c195 .get_max_clock = sdhci_iproc_get_max_clock,
209 .get_max_clock = sdhci_iproc_get_max_clock,
290 .get_max_clock = sdhci_iproc_get_max_clock,
H A Dsdhci-cns3xxx.c77 .get_max_clock = sdhci_cns3xxx_get_max_clk,
H A Dsdhci_am654.c460 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
490 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
514 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-sirf.c148 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-pic32.c92 .get_max_clock = pic32_sdhci_get_max_clock,
H A Dsdhci-pxav2.c106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-bcm-kona.c189 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-s3c.c418 .get_max_clock = sdhci_s3c_get_max_clk,
636 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
H A Dsdhci-of-sparx5.c146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-tegra.c1358 .get_max_clock = tegra_sdhci_get_max_clock,
1418 .get_max_clock = tegra_sdhci_get_max_clock,
1464 .get_max_clock = tegra_sdhci_get_max_clock,
1501 .get_max_clock = tegra_sdhci_get_max_clock,
H A Dsdhci-of-dwcmshc.c399 .get_max_clock = dwcmshc_get_max_clock,
408 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-of-aspeed.c128 .get_max_clock = aspeed_sdhci_get_max_clock,
H A Dsdhci-st.c324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-esdhc-mcf.c339 .get_max_clock = esdhc_mcf_pltfm_get_max_clock,
H A Dsdhci-of-arasan.c396 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
444 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-pxav3.c322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-of-esdhc.c1273 .get_max_clock = esdhc_of_get_max_clock,
1291 .get_max_clock = esdhc_of_get_max_clock,
H A Dsdhci-xenon.c252 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci.h633 unsigned int (*get_max_clock)(struct sdhci_host *host); member
H A Dsdhci-sprd.c399 .get_max_clock = sdhci_sprd_get_max_clock,
H A Dsdhci-omap.c875 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
H A Dsdhci-esdhc-imx.c1278 .get_max_clock = esdhc_pltfm_get_max_clock,
H A Dsdhci.c4288 if (!host->ops->get_max_clock) { in sdhci_setup_host()
4294 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
H A Dsdhci-msm.c2458 .get_max_clock = sdhci_msm_get_max_clock,