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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A 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))
H A Dregs.h63 #define CCOUNT 234 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dhead.S97 /* Clear CCOUNT (not really necessary, but nice) */
99 wsr a0, CCOUNT # not really necessary, but nice

Completed in 115 milliseconds