Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/kernel/
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-6.12.1/arch/openrisc/include/asm/
Dtimex.h24 return mfspr(SPR_TTCR); in get_cycles()
Dspr_defs.h131 #define SPR_TTCR (SPRGROUP_TT + 1) macro