Searched refs:__sp804_clocksource_and_sched_clock_init (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/clocksource/ |
D | timer-sp804.h | 7 int __sp804_clocksource_and_sched_clock_init(void __iomem *, 15 __sp804_clocksource_and_sched_clock_init(base, name, NULL, 0); in sp804_clocksource_init() 21 __sp804_clocksource_and_sched_clock_init(base, name, NULL, 1); in sp804_clocksource_and_sched_clock_init()
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-sp804.c | 68 int __init __sp804_clocksource_and_sched_clock_init(void __iomem *base, in __sp804_clocksource_and_sched_clock_init() function 257 ret = __sp804_clocksource_and_sched_clock_init(base, name, clk1, 1); in sp804_of_init() 266 ret =__sp804_clocksource_and_sched_clock_init(base + TIMER_2_BASE, in sp804_of_init() 307 ret = __sp804_clocksource_and_sched_clock_init(base, name, clk, 0); in integrator_cp_of_init()
|