Lines Matching refs:ptimer_wd
66 ptimer_state *ptimer_wd; member
94 VMSTATE_PTIMER(ptimer_wd, ETRAXTimerState),
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()
353 ptimer_stop(t->ptimer_wd); in etraxfs_timer_reset_enter()
354 ptimer_transaction_commit(t->ptimer_wd); in etraxfs_timer_reset_enter()
374 t->ptimer_wd = ptimer_init(watchdog_hit, t, PTIMER_POLICY_LEGACY); in etraxfs_timer_realize()