Home
last modified time | relevance | path

Searched refs:of_clk (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/clocksource/
Dtimer-of.c94 static __init void timer_of_clk_exit(struct of_timer_clk *of_clk) in timer_of_clk_exit() argument
96 of_clk->rate = 0; in timer_of_clk_exit()
97 clk_disable_unprepare(of_clk->clk); in timer_of_clk_exit()
98 clk_put(of_clk->clk); in timer_of_clk_exit()
111 struct of_timer_clk *of_clk) in timer_of_clk_init() argument
115 of_clk->clk = of_clk->name ? of_clk_get_by_name(np, of_clk->name) : in timer_of_clk_init()
116 of_clk_get(np, of_clk->index); in timer_of_clk_init()
117 if (IS_ERR(of_clk->clk)) { in timer_of_clk_init()
118 ret = PTR_ERR(of_clk->clk); in timer_of_clk_init()
124 ret = clk_prepare_enable(of_clk->clk); in timer_of_clk_init()
[all …]
Dtimer-of.h40 struct of_timer_clk of_clk; member
61 return to->of_clk.rate; in timer_of_rate()
66 return to->of_clk.period; in timer_of_period()
Dtimer-msc313e.c185 to->of_clk.rate = clk_get_rate(to->of_clk.clk) / MSC313E_CLK_DIVIDER; in msc313e_clkevt_init()
186 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ); in msc313e_clkevt_init()
Dtimer-stm32.c227 to->of_clk.rate = DIV_ROUND_CLOSEST(to->of_clk.rate, prescaler); in stm32_timer_set_prescaler()
228 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ); in stm32_timer_set_prescaler()
Dtimer-imx-sysctr.c115 .of_clk = {
138 to_sysctr.of_clk.rate /= SYS_CTR_CLK_DIV; in sysctr_timer_init()
Dtimer-npcm7xx.c199 npcm7xx_to.of_clk.rate = npcm7xx_to.of_clk.rate / in npcm7xx_timer_init()
Dtimer-tegra.c319 cpu_to->of_clk.period = rate / HZ; in tegra_init_timer()
320 cpu_to->of_clk.rate = rate; in tegra_init_timer()
Dtimer-imx-tpm.c142 .of_clk = {
Dtimer-milbeaut.c92 mlb_evt_timer_register_count(to, to->of_clk.period); in mlb_set_state_periodic()
Dtimer-mediatek.c188 mtk_gpt_clkevt_time_setup(to, to->of_clk.period, TIMER_CLK_EVT); in mtk_gpt_clkevt_set_periodic()
/linux-5.19.10/
DMAINTAINERS5055 F: include/linux/of_clk.h