Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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-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-bcm-kona.c189 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
190 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-aspeed.c87 return sdhci_pltfm_clk_get_max_clock(host); in aspeed_sdhci_get_max_clock()
130 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pltfm.h107 extern unsigned int sdhci_pltfm_clk_get_max_clock(struct sdhci_host *host);
Dsdhci-sirf.c148 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-arasan.c396 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
397 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
444 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
445 .get_timeout_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-pxav2.c106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-dwcmshc.c107 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-of-sparx5.c146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-iproc.c171 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.c252 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
Dsdhci-omap.c875 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch11590 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch43932 + .get_max_clock = sdhci_pltfm_clk_get_max_clock,