Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dexynos_dw_mmc.c71 sclk = get_mmc_clk(host->dev_index); in exynos_dwmci_get_clk()
110 sclk = get_mmc_clk(host->dev_index); in exynos_dwmci_core_init()
123 host->get_mmc_clk = exynos_dwmci_get_clk; in exynos_dwmci_core_init()
H A 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()
H A Ddw_mmc.c384 if (host->get_mmc_clk)
385 sclk = host->get_mmc_clk(host, freq);
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclk.h42 unsigned long get_mmc_clk(int dev_index);
/openbmc/u-boot/include/
H A Ddwmmc.h191 unsigned int (*get_mmc_clk)(struct dwmci_host *host, uint freq); member
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c1672 unsigned long get_mmc_clk(int dev_index) in get_mmc_clk() function