Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dtime.c21 static ulong fake_ccount; variable
22 #define get_ccount() fake_ccount
42 fake_ccount += cycles; in delay_cycles()
86 fake_ccount += 20; in get_timer()
87 return fake_ccount / (CONFIG_SYS_CLK_FREQ / CONFIG_SYS_HZ) - base; in get_timer()