Home
last modified time | relevance | path

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

/openbmc/u-boot/board/xilinx/microblaze-generic/
H A Dmicroblaze-generic.c52 static ulong next_reset; in watchdog_reset() local
60 if (now > next_reset) { in watchdog_reset()
62 next_reset = now + 1000; in watchdog_reset()
/openbmc/u-boot/board/xilinx/zynq/
H A Dboard.c136 static ulong next_reset; in watchdog_reset() local
145 if (now > next_reset) { in watchdog_reset()
147 next_reset = now + 1000; in watchdog_reset()
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dcpu.c78 static ulong next_reset; in watchdog_reset() local
87 if (now > next_reset) { in watchdog_reset()
88 next_reset = now + 1000; /* reset every 1000ms */ in watchdog_reset()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
183 next_reset = INT_MAX; in run_test()
191 const bool reset = completed > next_reset; in run_test()
252 while (completed > next_reset) in run_test()
253 next_reset += completed; in run_test()
/openbmc/u-boot/board/CZ.NIC/turris_omnia/
H A Dturris_omnia.c400 static ulong next_reset = 0; in watchdog_reset() local
409 if (now > next_reset) { in watchdog_reset()
411 next_reset = now + 1000; in watchdog_reset()
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c364 static ulong next_reset; in watchdog_reset() local
373 if (now > next_reset) { in watchdog_reset()
375 next_reset = now + 1000; in watchdog_reset()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c127 static ulong next_reset; in watchdog_reset() local
136 if (now > next_reset) { in watchdog_reset()
138 next_reset = now + 100000; in watchdog_reset()