Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddwmmc.h175 void (*clksel)(struct dwmci_host *host); member
/external/u-boot/drivers/mmc/
Dsocfpga_dw_mmc.c118 host->clksel = socfpga_dwmci_clksel; in socfpga_dwmmc_ofdata_to_platdata()
Ddw_mmc.c496 if (host->clksel)
497 host->clksel(host);
Dexynos_dw_mmc.c122 host->clksel = exynos_dwmci_clksel; in exynos_dwmci_core_init()
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h401 u32 clksel; /* 0xd40 */ member
/external/u-boot/arch/arm/mach-omap2/omap3/
Dclock.c612 clrsetbits_le32(&prm_base->clksel, 0x00000007, sys_clkin_sel); in prcm_init()