Searched refs:of_clk (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/arch/csky/kernel/
H A Dtime.c5 #include <linux/of_clk.h>
/linux-master/arch/mips/ralink/
H A Dtimer-gic.c11 #include <linux/of_clk.h>
/linux-master/drivers/clocksource/
H A Dtimer-of.c90 * @of_clk: a of_timer_clk structure pointer
94 static __init void timer_of_clk_exit(struct of_timer_clk *of_clk) argument
96 of_clk->rate = 0;
97 clk_disable_unprepare(of_clk->clk);
98 clk_put(of_clk->clk);
104 * @of_clk: a of_timer_clk structure pointer
111 struct of_timer_clk *of_clk)
115 of_clk->clk = of_clk->name ? of_clk_get_by_name(np, of_clk
110 timer_of_clk_init(struct device_node *np, struct of_timer_clk *of_clk) argument
[all...]
H A Dtimer-of.h40 struct of_timer_clk of_clk; member in struct:timer_of
61 return to->of_clk.rate;
66 return to->of_clk.period;
H A Dtimer-msc313e.c185 to->of_clk.rate = clk_get_rate(to->of_clk.clk) / MSC313E_CLK_DIVIDER;
186 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ);
H A Dtimer-stm32.c227 to->of_clk.rate = DIV_ROUND_CLOSEST(to->of_clk.rate, prescaler);
228 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ);
H A Dtimer-imx-sysctr.c131 .of_clk = {
154 to_sysctr.of_clk.rate /= SYS_CTR_CLK_DIV;
H A Dtimer-npcm7xx.c200 npcm7xx_to.of_clk.rate = npcm7xx_to.of_clk.rate /
H A Dtimer-milbeaut.c92 mlb_evt_timer_register_count(to, to->of_clk.period);
/linux-master/arch/mips/loongson32/common/
H A Dtime.c7 #include <linux/of_clk.h>
/linux-master/arch/arm/mach-mmp/
H A Dmmp2-dt.c9 #include <linux/of_clk.h>
H A Dmmp-dt.c9 #include <linux/of_clk.h>
/linux-master/arch/arm/mach-mediatek/
H A Dmediatek.c12 #include <linux/of_clk.h>
/linux-master/arch/mips/loongson64/
H A Dtime.c15 #include <linux/of_clk.h>
/linux-master/arch/mips/pic32/pic32mzda/
H A Dtime.c10 #include <linux/of_clk.h>
/linux-master/arch/arm/mach-rockchip/
H A Drockchip.c13 #include <linux/of_clk.h>
/linux-master/arch/riscv/kernel/
H A Dtime.c8 #include <linux/of_clk.h>
/linux-master/arch/arm/mach-sunxi/
H A Dsunxi.c13 #include <linux/of_clk.h>
/linux-master/arch/arm64/kernel/
H A Dtime.c27 #include <linux/of_clk.h>
/linux-master/arch/arm/kernel/
H A Dtime.c19 #include <linux/of_clk.h>
/linux-master/arch/loongarch/kernel/
H A Denv.c12 #include <linux/of_clk.h>
/linux-master/arch/sh/boards/
H A Dof-generic.c9 #include <linux/of_clk.h>
/linux-master/arch/mips/generic/
H A Dinit.c11 #include <linux/of_clk.h>
/linux-master/arch/openrisc/kernel/
H A Dtime.c23 #include <linux/of_clk.h>
/linux-master/arch/mips/bmips/
H A Dsetup.c17 #include <linux/of_clk.h>

Completed in 231 milliseconds

123