Home
last modified time | relevance | path

Searched refs:ptimer_wd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/timer/
H A Detraxfs_timer.c66 ptimer_state *ptimer_wd; member
241 ptimer_set_count(t->ptimer_wd, 10); in watchdog_hit()
242 ptimer_run(t->ptimer_wd, 1); in watchdog_hit()
274 ptimer_transaction_begin(t->ptimer_wd); in timer_watchdog_update()
275 ptimer_set_freq(t->ptimer_wd, 760); in timer_watchdog_update()
278 ptimer_set_count(t->ptimer_wd, wd_cnt); in timer_watchdog_update()
280 ptimer_run(t->ptimer_wd, 1); in timer_watchdog_update()
282 ptimer_stop(t->ptimer_wd); in timer_watchdog_update()
285 ptimer_transaction_commit(t->ptimer_wd); in timer_watchdog_update()
352 ptimer_transaction_begin(t->ptimer_wd); in etraxfs_timer_reset_enter()
[all …]