Searched refs:sdhci_pltfm_clk_get_max_clock (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/mmc/host/ |
H A 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);
|
H A 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,
|
H A D | sdhci_am654.c | 603 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 604 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 634 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 635 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 659 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 660 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-pxav2.c | 187 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 201 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-pltfm.h | 106 extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host);
|
H A 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,
|
H A D | sdhci-of-sparx5.c | 146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-of-arasan.c | 543 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 544 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock, 592 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 593 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-of-ma35d1.c | 179 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-iproc.c | 162 return sdhci_pltfm_clk_get_max_clock(host); in sdhci_iproc_get_max_clock()
|
H A D | sdhci-st.c | 324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-pxav3.c | 320 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-xenon.c | 253 return sdhci_pltfm_clk_get_max_clock(host); in xenon_get_max_clock()
|
H A D | sdhci-omap.c | 932 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
H A D | sdhci-of-dwcmshc.c | 297 return sdhci_pltfm_clk_get_max_clock(host); in dwcmshc_get_max_clock()
|