Searched refs:sdhci_pltfm_clk_get_max_clock (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 191 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 192 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pltfm.c | 39 unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host) in sdhci_pltfm_clk_get_max_clock() function 45 EXPORT_SYMBOL_GPL(sdhci_pltfm_clk_get_max_clock);
|
D | sdhci-tegra.c | 175 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 219 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pltfm.h | 106 extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host);
|
D | sdhci-of-arasan.c | 57 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-bcm2835.c | 135 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-iproc.c | 152 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav2.c | 116 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-sirf.c | 154 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-st.c | 332 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav3.c | 313 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|