Home
last modified time | relevance | path

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

/external/u-boot/board/xilinx/zynq/
Dboard.c121 static ulong next_reset; in watchdog_reset() local
130 if (now > next_reset) { in watchdog_reset()
132 next_reset = now + 1000; in watchdog_reset()
/external/u-boot/board/CZ.NIC/turris_mox/
Dturris_mox.c23 static ulong next_reset; in watchdog_reset() local
32 if (now > next_reset) { in watchdog_reset()
34 next_reset = now + 100000; in watchdog_reset()
/external/u-boot/board/CZ.NIC/turris_omnia/
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()
/external/u-boot/board/xilinx/zynqmp/
Dzynqmp.c331 static ulong next_reset; in watchdog_reset() local
340 if (now > next_reset) { in watchdog_reset()
342 next_reset = now + 1000; in watchdog_reset()