Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dtime.c33 mtspr(SPR_TTCR, count); in openrisc_timer_set()
45 c = mfspr(SPR_TTCR); in openrisc_timer_set_next()
142 return (u64) mfspr(SPR_TTCR); in openrisc_timer_read()
/linux/arch/openrisc/include/asm/
H A Dtimex.h24 return mfspr(SPR_TTCR); in get_cycles()
H A Dspr_defs.h131 #define SPR_TTCR (SPRGROUP_TT + 1) macro