Home
last modified time | relevance | path

Searched refs:next_reset (Results 1 – 6 of 6) 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/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()