Searched refs:xtensa_get_ccount (Results 1 – 2 of 2) sorted by relevance
27 static __inline__ u32 xtensa_get_ccount(void) in xtensa_get_ccount() function40 unsigned long start = xtensa_get_ccount(); in udelay()44 while (((unsigned long)xtensa_get_ccount()) - start < cycles) in udelay()
20 b = xtensa_get_ccount(); in platform_calibrate_ccount()