Searched refs:sys_ticks (Results 1 – 1 of 1) sorted by relevance
60 unsigned long long sys_ticks; in get_ticks() local64 sys_ticks = timer.ticks * CONFIG_SYS_HZ; in get_ticks()65 do_div(sys_ticks, TIMER_FREQ); in get_ticks()67 return sys_ticks; in get_ticks()