Home
last modified time | relevance | path

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

/u-boot/drivers/pwm/
A Dpwm-mtk.c61 u32 clkdiv = 0, clksel = 0, cnt_period, cnt_duty, in mtk_pwm_set_config() local
77 if (clkdiv > PWM_CLK_DIV_MAX && clksel == 0) { in mtk_pwm_set_config()
78 clksel = 1; in mtk_pwm_set_config()
88 if (clkdiv > PWM_CLK_DIV_MAX && clksel == 1) { in mtk_pwm_set_config()
101 if (clksel == 1) in mtk_pwm_set_config()
/u-boot/include/
A Ddwmmc.h177 int (*clksel)(struct dwmci_host *host); member
/u-boot/drivers/mmc/
A Dca_dw_mmc.c145 host->clksel = ca_dwmci_clksel; in ca_dwmmc_probe()
A Dsocfpga_dw_mmc.c132 host->clksel = socfpga_dwmci_clksel; in socfpga_dwmmc_of_to_plat()
A Dexynos_dw_mmc.c125 host->clksel = exynos_dwmci_clksel; in exynos_dwmci_core_init()
A Dnexell_dw_mmc.c156 host->clksel = nx_dw_mmc_clksel; in nexell_dwmmc_of_to_plat()
A Ddw_mmc.c499 if (host->clksel) {
502 ret = host->clksel(host);
/u-boot/arch/arm/include/asm/arch-omap3/
A Dcpu.h401 u32 clksel; /* 0xd40 */ member
/u-boot/arch/arm/mach-omap2/omap3/
A Dclock.c612 clrsetbits_le32(&prm_base->clksel, 0x00000007, sys_clkin_sel); in prcm_init()

Completed in 12 milliseconds