Home
last modified time | relevance | path

Searched refs:sdhci_pltfm_clk_get_max_clock (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dsdhci_am654.c460 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
461 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
490 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
491 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
514 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
515 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-bcm-kona.c179 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
180 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pltfm.c28 unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host) in sdhci_pltfm_clk_get_max_clock() function
34 EXPORT_SYMBOL_GPL(sdhci_pltfm_clk_get_max_clock);
Dsdhci-pltfm.h107 extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host);
Dsdhci-pxav2.c106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-aspeed.c293 return sdhci_pltfm_clk_get_max_clock(host); in aspeed_sdhci_get_max_clock()
336 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c403 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
404 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
451 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
452 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-dwcmshc.c122 return sdhci_pltfm_clk_get_max_clock(host); in dwcmshc_get_max_clock()
341 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-sparx5.c146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-iproc.c161 return sdhci_pltfm_clk_get_max_clock(host); in sdhci_iproc_get_max_clock()
Dsdhci-st.c324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pxav3.c322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-xenon.c251 return sdhci_pltfm_clk_get_max_clock(host); in xenon_get_max_clock()
Dsdhci-omap.c933 .get_max_clock = sdhci_pltfm_clk_get_max_clock,