Searched refs:sys_ticks (Results 1 – 1 of 1) sorted by relevance
59 unsigned long long sys_ticks; in get_ticks() local63 sys_ticks = timer.ticks * CONFIG_SYS_HZ; in get_ticks()64 do_div(sys_ticks, TIMER_FREQ); in get_ticks()66 return sys_ticks; in get_ticks()