Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Detraxfs_timer.c79 uint32_t rw_wd_ctrl; member
106 VMSTATE_UINT32(rw_wd_ctrl, ETRAXTimerState),
253 unsigned int wd_en = t->rw_wd_ctrl & (1 << 8); in timer_watchdog_update()
254 unsigned int wd_key = t->rw_wd_ctrl >> 9; in timer_watchdog_update()
255 unsigned int wd_cnt = t->rw_wd_ctrl & 511; in timer_watchdog_update()
284 t->rw_wd_ctrl = value; in timer_watchdog_update()
355 t->rw_wd_ctrl = 0; in etraxfs_timer_reset_enter()