Home
last modified time | relevance | path

Searched refs:__sp804_clocksource_and_sched_clock_init (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/clocksource/
Dtimer-sp804.h7 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-v4.19/drivers/clocksource/
Dtimer-sp804.c81 int __init __sp804_clocksource_and_sched_clock_init(void __iomem *base, in __sp804_clocksource_and_sched_clock_init() function
270 ret = __sp804_clocksource_and_sched_clock_init(base, name, clk1, 1); in sp804_of_init()
279 ret =__sp804_clocksource_and_sched_clock_init(base + TIMER_2_BASE, in sp804_of_init()
320 ret = __sp804_clocksource_and_sched_clock_init(base, name, clk, 0); in integrator_cp_of_init()