Lines Matching +full:vt8500 +full:- +full:timer
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * arch/arm/mach-vt8500/timer.c
10 * This file is copied and modified from the original timer.c provided by
48 && --loops) in vt8500_timer_read()
67 && --loops) in vt8500_timer_set_next_event()
71 if ((signed)(alarm - clocksource.read(&clocksource)) <= MIN_OSCR_DELTA) in vt8500_timer_set_next_event()
72 return -ETIME; in vt8500_timer_set_next_event()
99 evt->event_handler(evt); in vt8500_timer_interrupt()
112 return -ENXIO; in vt8500_timer_init()
119 return -EINVAL; in vt8500_timer_init()
150 TIMER_OF_DECLARE(vt8500, "via,vt8500-timer", vt8500_timer_init);