Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h78 typedef struct NPCM7xxWatchdogTimer { struct
86 } NPCM7xxWatchdogTimer; argument
106 NPCM7xxWatchdogTimer watchdog_timer;
/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c148 static uint32_t npcm7xx_watchdog_timer_prescaler(const NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_prescaler()
164 static void npcm7xx_watchdog_timer_reset_cycles(NPCM7xxWatchdogTimer *t, in npcm7xx_watchdog_timer_reset_cycles()
180 static void npcm7xx_watchdog_timer_reset(NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_reset()
335 static void npcm7xx_timer_write_wtcr(NPCM7xxWatchdogTimer *t, uint32_t new_wtcr) in npcm7xx_timer_write_wtcr()
573 NPCM7xxWatchdogTimer *t = opaque; in npcm7xx_watchdog_timer_expired()
612 NPCM7xxWatchdogTimer *w; in npcm7xx_timer_init()
667 VMSTATE_STRUCT(base_timer, NPCM7xxWatchdogTimer,
670 VMSTATE_UINT32(wtcr, NPCM7xxWatchdogTimer),
687 NPCM7xxWatchdogTimer),