Searched refs:sdhci_pltfm_clk_get_max_clock (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/mmc/host/ |
D | sdhci_am654.c | 460 .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,
|
D | sdhci-bcm-kona.c | 179 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 180 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pltfm.c | 28 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);
|
D | sdhci-pltfm.h | 107 extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host);
|
D | sdhci-pxav2.c | 106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-aspeed.c | 293 return sdhci_pltfm_clk_get_max_clock(host); in aspeed_sdhci_get_max_clock() 336 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-arasan.c | 403 .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,
|
D | sdhci-of-dwcmshc.c | 122 return sdhci_pltfm_clk_get_max_clock(host); in dwcmshc_get_max_clock() 341 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-sparx5.c | 146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-iproc.c | 161 return sdhci_pltfm_clk_get_max_clock(host); in sdhci_iproc_get_max_clock()
|
D | sdhci-st.c | 324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav3.c | 322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-xenon.c | 251 return sdhci_pltfm_clk_get_max_clock(host); in xenon_get_max_clock()
|
D | sdhci-omap.c | 933 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|