Home
last modified time | relevance | path

Searched refs:get_mmc_clk (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/mmc/
Dexynos_dw_mmc.c67 sclk = get_mmc_clk(host->dev_index); in exynos_dwmci_get_clk()
106 sclk = get_mmc_clk(host->dev_index); in exynos_dwmci_core_init()
119 host->get_mmc_clk = exynos_dwmci_get_clk; in exynos_dwmci_core_init()
Drockchip_dw_mmc.c60 host->get_mmc_clk = rockchip_dwmmc_get_mmc_clk; in rockchip_dwmmc_ofdata_to_platdata()
110 host->get_mmc_clk = rockchip_dwmmc_get_mmc_clk; in rockchip_dwmmc_probe()
Ddw_mmc.c336 if (host->get_mmc_clk)
337 sclk = host->get_mmc_clk(host, freq);
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dclk.h42 unsigned long get_mmc_clk(int dev_index);
/external/u-boot/include/
Ddwmmc.h181 unsigned int (*get_mmc_clk)(struct dwmci_host *host, uint freq); member
/external/u-boot/arch/arm/mach-exynos/
Dclock.c1659 unsigned long get_mmc_clk(int dev_index) in get_mmc_clk() function