Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c463 value = s->watchdog_timer.wtcr; in npcm7xx_timer_read()
519 npcm7xx_timer_write_wtcr(&s->watchdog_timer, value); in npcm7xx_timer_write()
567 s->watchdog_timer.wtcr = 0x00000400 | (s->watchdog_timer.wtcr & in npcm7xx_timer_enter_reset()
603 qemu_irq_lower(s->watchdog_timer.irq); in npcm7xx_timer_hold_reset()
622 w = &s->watchdog_timer; in npcm7xx_timer_init()
685 VMSTATE_STRUCT(watchdog_timer, NPCM7xxTimerCtrlState,
/openbmc/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h106 NPCM7xxWatchdogTimer watchdog_timer; member
/openbmc/qemu/hw/dma/
H A Dpl330.c125 uint32_t watchdog_timer;
152 VMSTATE_UINT32(watchdog_timer, PL330Chan),
1152 ch->watchdog_timer = 0; in pl330_chan_exec()
1156 ch->watchdog_timer++; in pl330_chan_exec()
1157 if (ch->watchdog_timer >= PL330_WATCHDOG_LIMIT) { in pl330_chan_exec()
1520 ch->watchdog_timer = 0; in pl330_chan_reset()
124 uint32_t watchdog_timer; global() member