Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsocfpga_dw_mmc.c84 host->clksel = socfpga_dwmci_clksel; in socfpga_dwmmc_ofdata_to_platdata()
H A Dexynos_dw_mmc.c119 host->clksel = exynos_dwmci_clksel; in exynos_dwmci_core_init()
H A Ddw_mmc.c770 if (host->clksel)
771 host->clksel(host);
/rk3399_rockchip-uboot/include/
H A Ddwmmc.h186 void (*clksel)(struct dwmci_host *host); member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h402 u32 clksel; /* 0xd40 */ member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dclock.c614 clrsetbits_le32(&prm_base->clksel, 0x00000007, sys_clkin_sel); in prcm_init()