Searched refs:s5p_sdhci_init (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | mmc.h | 56 int s5p_sdhci_init(u32 regbase, int index, int bus_width); 63 return s5p_sdhci_init(base, index, bus_width); in s5p_mmc_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | mmc.h | 58 int s5p_sdhci_init(u32 regbase, int index, int bus_width); 65 return s5p_sdhci_init(base, index, bus_width); in s5p_mmc_init()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | s5p_sdhci.c | 108 int s5p_sdhci_init(u32 regbase, int index, int bus_width) in s5p_sdhci_init() function
|