Searched refs:clksel (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| H A D | clk-cpu.c | 105 const struct rockchip_cpuclk_clksel *clksel = &rate->divs[i]; in rockchip_cpuclk_set_dividers() local 107 if (!clksel->reg) in rockchip_cpuclk_set_dividers() 111 __func__, clksel->reg, clksel->val); in rockchip_cpuclk_set_dividers() 112 writel(clksel->val, cpuclk->reg_base + clksel->reg); in rockchip_cpuclk_set_dividers() 123 const struct rockchip_cpuclk_clksel *clksel = &rate->pre_muxs[i]; in rockchip_cpuclk_set_pre_muxs() local 125 if (!clksel->reg) in rockchip_cpuclk_set_pre_muxs() 129 __func__, clksel->reg, clksel->val); in rockchip_cpuclk_set_pre_muxs() 130 writel(clksel->val, cpuclk->reg_base + clksel->reg); in rockchip_cpuclk_set_pre_muxs() 141 const struct rockchip_cpuclk_clksel *clksel = &rate->post_muxs[i]; in rockchip_cpuclk_set_post_muxs() local 143 if (!clksel->reg) in rockchip_cpuclk_set_post_muxs() [all …]
|
| /linux/drivers/clocksource/ |
| H A D | timer-cadence-ttc.c | 488 int clksel, ret; in ttc_timer_probe() local 516 clksel = readl_relaxed(timer_baseaddr + TTC_CLK_CNTRL_OFFSET); in ttc_timer_probe() 517 clksel = !!(clksel & TTC_CLK_CNTRL_CSRC_MASK); in ttc_timer_probe() 518 clk_cs = of_clk_get(timer, clksel); in ttc_timer_probe() 524 clksel = readl_relaxed(timer_baseaddr + 4 + TTC_CLK_CNTRL_OFFSET); in ttc_timer_probe() 525 clksel = !!(clksel & TTC_CLK_CNTRL_CSRC_MASK); in ttc_timer_probe() 526 clk_ce = of_clk_get(timer, clksel); in ttc_timer_probe()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap36xx-omap3430es2plus-clocks.dtsi | 9 compatible = "ti,clksel"; 25 compatible = "ti,clksel"; 56 compatible = "ti,clksel"; 88 compatible = "ti,clksel"; 176 compatible = "ti,clksel"; 199 compatible = "ti,clksel";
|
| H A D | omap34xx-omap36xx-clocks.dtsi | 17 compatible = "ti,clksel"; 66 compatible = "ti,clksel"; 107 compatible = "ti,clksel"; 163 compatible = "ti,clksel"; 232 compatible = "ti,clksel"; 257 compatible = "ti,clksel";
|
| H A D | omap36xx-am35xx-omap3430es2plus-clocks.dtsi | 138 compatible = "ti,clksel"; 154 compatible = "ti,clksel"; 170 compatible = "ti,clksel"; 186 compatible = "ti,clksel";
|
| H A D | omap3xxx-clocks.dtsi | 83 compatible = "ti,clksel"; 122 compatible = "ti,clksel"; 262 compatible = "ti,clksel"; 434 compatible = "ti,clksel"; 477 compatible = "ti,clksel"; 611 compatible = "ti,clksel"; 676 compatible = "ti,clksel"; 721 compatible = "ti,clksel"; 748 compatible = "ti,clksel"; 929 compatible = "ti,clksel"; [all …]
|
| H A D | am35xx-clocks.dtsi | 66 compatible = "ti,clksel"; 102 compatible = "ti,clksel";
|
| H A D | omap36xx-clocks.dtsi | 62 compatible = "ti,clksel";
|
| H A D | am33xx-clocks.dtsi | 108 compatible = "ti,clksel"; 567 compatible = "ti,clksel"; 573 gfx_fclk_clksel_ck: clock-gfx-fclk-clksel@1 { 592 compatible = "ti,clksel";
|
| H A D | dra76x.dtsi | 89 compatible = "ti,clksel";
|
| H A D | am43xx-clocks.dtsi | 572 dpll_clksel_mac_clk: clock-dpll-clksel-mac-2@4234 { 606 gfx_fclk_clksel_ck: clock-gfx-fclk-clksel-1@423c {
|
| /linux/arch/arm/mach-imx/ |
| H A D | mach-imx6q.c | 85 u32 clksel; in imx6q_1588_init() local 118 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init() 125 clksel); in imx6q_1588_init()
|