Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-cns3xxx.c80 .get_max_clock = sdhci_cns3xxx_get_max_clk,
Dsdhci-tegra.c175 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
219 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c57 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-bcm2835.c135 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-iproc.c152 .get_max_clock = sdhci_pltfm_clk_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-esdhc.c526 .get_max_clock = esdhc_of_get_max_clock,
543 .get_max_clock = esdhc_of_get_max_clock,
Dsdhci-sirf.c154 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-s3c.c383 .get_max_clock = sdhci_s3c_get_max_clk,
603 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
Dsdhci-st.c332 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci.h531 unsigned int (*get_max_clock)(struct sdhci_host *host); member
Dsdhci-pxav3.c313 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-imx.c939 .get_max_clock = esdhc_pltfm_get_max_clock,
Dsdhci.c3049 if (!host->ops->get_max_clock) { in sdhci_add_host()
3054 host->max_clk = host->ops->get_max_clock(host); in sdhci_add_host()