Home
last modified time | relevance | path

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

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