Home
last modified time | relevance | path

Searched refs:xtensa_get_ccount (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/xtensa/include/asm/
Ddelay.h27 static __inline__ u32 xtensa_get_ccount(void) in xtensa_get_ccount() function
40 unsigned long start = xtensa_get_ccount(); in udelay()
44 while (((unsigned long)xtensa_get_ccount()) - start < cycles) in udelay()
/linux-2.6.39/arch/xtensa/variants/s6000/
Ddelay.c20 b = xtensa_get_ccount(); in platform_calibrate_ccount()