Searched refs:fake_ccount (Results 1 – 1 of 1) sorted by relevance
21 static ulong fake_ccount; variable22 #define get_ccount() fake_ccount42 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()