Searched refs:clksel (Results 1 – 9 of 9) sorted by relevance
61 u32 clkdiv = 0, clksel = 0, cnt_period, cnt_duty, in mtk_pwm_set_config() local77 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()
177 int (*clksel)(struct dwmci_host *host); member
145 host->clksel = ca_dwmci_clksel; in ca_dwmmc_probe()
132 host->clksel = socfpga_dwmci_clksel; in socfpga_dwmmc_of_to_plat()
125 host->clksel = exynos_dwmci_clksel; in exynos_dwmci_core_init()
156 host->clksel = nx_dw_mmc_clksel; in nexell_dwmmc_of_to_plat()
499 if (host->clksel) {502 ret = host->clksel(host);
401 u32 clksel; /* 0xd40 */ member
612 clrsetbits_le32(&prm_base->clksel, 0x00000007, sys_clkin_sel); in prcm_init()
Completed in 13 milliseconds