Searched refs:timer2_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-sp804.c | 271 void __iomem *timer2_base; in sp804_of_init() local 287 timer2_base = base + timer->timer_base[1]; in sp804_of_init() 291 writel(0, timer2_base + timer->ctrl); in sp804_of_init() 317 ret = sp804_clockevents_init(timer2_base, irq, clk2, name); in sp804_of_init() 331 ret = sp804_clocksource_and_sched_clock_init(timer2_base, in sp804_of_init()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-sp804.c | 256 void __iomem *timer2_base; in sp804_of_init() local 272 timer2_base = base + timer->timer_base[1]; in sp804_of_init() 276 writel(0, timer2_base + timer->ctrl); in sp804_of_init() 302 ret = sp804_clockevents_init(timer2_base, irq, clk2, name); in sp804_of_init() 316 ret = sp804_clocksource_and_sched_clock_init(timer2_base, in sp804_of_init()
|
Completed in 2 milliseconds