Home
last modified time | relevance | path

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

/linux-3.4.99/arch/xtensa/include/asm/
Dtimex.h66 #define WSR_CCOUNT(r) asm volatile ("wsr %0,"__stringify(CCOUNT) :: "a" (r))
67 #define RSR_CCOUNT(r) asm volatile ("rsr %0,"__stringify(CCOUNT) : "=a" (r))
Dregs.h63 #define CCOUNT 234 macro
/linux-3.4.99/arch/xtensa/kernel/
Dhead.S99 wsr a0, CCOUNT # not really necessary, but nice