Searched refs:s5p_sdhci_init (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
H A D | mmc.h | 55 int s5p_sdhci_init(u32 regbase, int index, int bus_width); 62 return s5p_sdhci_init(base, index, bus_width); in s5p_mmc_init()
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | mmc.h | 57 int s5p_sdhci_init(u32 regbase, int index, int bus_width); 64 return s5p_sdhci_init(base, index, bus_width); in s5p_mmc_init()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | s5p_sdhci.c | 107 int s5p_sdhci_init(u32 regbase, int index, int bus_width) in s5p_sdhci_init() function
|