Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/kernel/
H A Dtime.c84 static u64 nios2_timer_read(struct clocksource *cs) in nios2_timer_read() function
102 .read = nios2_timer_read,
112 return nios2_timer_read(&nios2_cs.cs); in get_cycles()