Home
last modified time | relevance | path

Searched defs:tick_timer (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c213 struct tick_timer { struct
214 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 …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_wlan.h848 struct timer_list tick_timer; member