Searched refs:sdhci_pltfm_clk_get_max_clock (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/mmc/host/ |
D | sdhci-pltfm.c | 27 unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host) in sdhci_pltfm_clk_get_max_clock() function 33 EXPORT_SYMBOL_GPL(sdhci_pltfm_clk_get_max_clock);
|
D | sdhci-bcm-kona.c | 178 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 179 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci_am654.c | 577 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 578 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 607 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 608 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 631 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 632 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav2.c | 187 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 201 .get_max_clock = 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-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-sparx5.c | 146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-arasan.c | 502 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 503 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 550 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 551 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-ma35d1.c | 179 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-iproc.c | 162 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 | 320 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-xenon.c | 253 return sdhci_pltfm_clk_get_max_clock(host); in xenon_get_max_clock()
|
D | sdhci-omap.c | 932 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-dwcmshc.c | 296 return sdhci_pltfm_clk_get_max_clock(host); in dwcmshc_get_max_clock()
|