Searched refs:timer1_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-sp804.c | 270 void __iomem *timer1_base; in sp804_of_init() local 286 timer1_base = base + timer->timer_base[0]; in sp804_of_init() 290 writel(0, timer1_base + timer->ctrl); in sp804_of_init() 321 ret = sp804_clocksource_and_sched_clock_init(timer1_base, in sp804_of_init() 327 ret = sp804_clockevents_init(timer1_base, irq, clk1, name); in sp804_of_init()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-sp804.c | 255 void __iomem *timer1_base; in sp804_of_init() local 271 timer1_base = base + timer->timer_base[0]; in sp804_of_init() 275 writel(0, timer1_base + timer->ctrl); in sp804_of_init() 306 ret = sp804_clocksource_and_sched_clock_init(timer1_base, in sp804_of_init() 312 ret = sp804_clockevents_init(timer1_base, irq, clk1, name); in sp804_of_init()
|
Completed in 2 milliseconds