Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c92 uint32_t timer2_preload; member
124 timeout = d->timer2_preload; in OBJECT_DECLARE_SIMPLE_TYPE()
166 d->timer2_preload = 0xfffff; in i6300esb_reset()
356 d->timer2_preload = val & 0xfffff; in i6300esb_mem_writel()
431 VMSTATE_UINT32(timer2_preload, I6300State),