Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
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,
Dsdhci-cns3xxx.c77 .get_max_clock = sdhci_cns3xxx_get_max_clk,
Dsdhci_am654.c441 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
471 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
495 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-dwcmshc.c262 .get_max_clock = dwcmshc_get_max_clock,
271 .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-of-sparx5.c146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-s3c.c419 .get_max_clock = sdhci_s3c_get_max_clk,
630 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
Dsdhci-tegra.c1350 .get_max_clock = tegra_sdhci_get_max_clock,
1412 .get_max_clock = tegra_sdhci_get_max_clock,
1460 .get_max_clock = tegra_sdhci_get_max_clock,
1497 .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-pxav3.c322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c395 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
443 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-aspeed.c334 .get_max_clock = aspeed_sdhci_get_max_clock,
Dsdhci-of-esdhc.c1268 .get_max_clock = esdhc_of_get_max_clock,
1286 .get_max_clock = esdhc_of_get_max_clock,
Dsdhci.h633 unsigned int (*get_max_clock)(struct sdhci_host *host); member
Dsdhci-xenon.c273 .get_max_clock = xenon_get_max_clock,
Dsdhci-sprd.c399 .get_max_clock = sdhci_sprd_get_max_clock,
Dsdhci-omap.c870 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-esdhc-imx.c1325 .get_max_clock = esdhc_pltfm_get_max_clock,
Dsdhci.c4291 if (!host->ops->get_max_clock) { in sdhci_setup_host()
4297 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
Dsdhci-msm.c2450 .get_max_clock = sdhci_msm_get_max_clock,