Searched defs:tick_timer (Results 1 – 2 of 2) sorted by relevance
213 struct tick_timer { struct214 uint32_t cnt_run; /* cnt timer is running */215 uint32_t int_run; /* int timer is running */217 uint32_t last_icnto;218 uint32_t last_tcnto;219 uint32_t tcntb; /* initial value for TCNTB */220 uint32_t icntb; /* initial value for ICNTB */223 uint64_t distance; /* distance to count to the next event */224 uint64_t progress; /* progress when counting by steps */225 uint64_t count; /* count to arm timer with */[all …]
848 struct timer_list tick_timer; member