Home
last modified time | relevance | path

Searched refs:of_base (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/clocksource/
Dtimer-rtl-otto.c108 rttm_ack_irq(to->of_base.base); in rttm_timer_interrupt()
109 RTTM_DEBUG(to->of_base.base); in rttm_timer_interrupt()
123 rttm_set_counter(to->of_base.base, 0); in rttm_start_timer()
124 rttm_enable_timer(to->of_base.base, mode, to->of_clk.rate / RTTM_TICKS_PER_SEC); in rttm_start_timer()
131 RTTM_DEBUG(to->of_base.base); in rttm_next_event()
132 rttm_stop_timer(to->of_base.base); in rttm_next_event()
133 rttm_set_period(to->of_base.base, delta); in rttm_next_event()
143 RTTM_DEBUG(to->of_base.base); in rttm_state_oneshot()
144 rttm_stop_timer(to->of_base.base); in rttm_state_oneshot()
145 rttm_set_period(to->of_base.base, RTTM_TICKS_PER_SEC / HZ); in rttm_state_oneshot()
[all …]
Dtimer-of.c140 static __init void timer_of_base_exit(struct of_timer_base *of_base) in timer_of_base_exit() argument
142 iounmap(of_base->base); in timer_of_base_exit()
146 struct of_timer_base *of_base) in timer_of_base_init() argument
148 of_base->base = of_base->name ? in timer_of_base_init()
149 of_io_request_and_map(np, of_base->index, of_base->name) : in timer_of_base_init()
150 of_iomap(np, of_base->index); in timer_of_base_init()
151 if (IS_ERR_OR_NULL(of_base->base)) { in timer_of_base_init()
152 pr_err("Failed to iomap (%s:%s)\n", np->name, of_base->name); in timer_of_base_init()
153 return of_base->base ? PTR_ERR(of_base->base) : -ENOMEM; in timer_of_base_init()
165 ret = timer_of_base_init(np, &to->of_base); in timer_of_init()
[all …]
Dtimer-of.h37 struct of_timer_base of_base; member
50 return to->of_base.base; in timer_of_base()
Dtimer-tegra.c318 cpu_to->of_base.base = timer_reg_base + base; in tegra_init_timer()
366 to->of_base.base = timer_reg_base; in tegra_init_timer()
Dtimer-rda.c144 .of_base = {