Home
last modified time | relevance | path

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

/linux-4.1.27/arch/openrisc/kernel/
Dtime.c39 c = mfspr(SPR_TTCR); in openrisc_timer_set_next_event()
146 return (cycle_t) mfspr(SPR_TTCR); in openrisc_timer_read()
/linux-4.1.27/arch/openrisc/include/asm/
Dtimex.h28 return mfspr(SPR_TTCR); in get_cycles()
Dspr_defs.h128 #define SPR_TTCR (SPRGROUP_TT + 1) macro
/linux-4.1.27/arch/openrisc/lib/
Ddelay.c27 *timer_value = mfspr(SPR_TTCR); in read_current_timer()