Home
last modified time | relevance | path

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

/openbmc/u-boot/board/theadorable/
H A Dtheadorable.c44 #define REBOOT_DELAY 1000 /* reboot-delay in ms */ macro
251 i2c_buf[3] = REBOOT_DELAY & 0x00ff; in board_late_init()
252 i2c_buf[4] = (REBOOT_DELAY & 0xff00) >> 8; in board_late_init()
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/state/phosphor-state-manager/obmc/phosphor-reboot-host/
H A Dreboot.conf3 REBOOT_DELAY=8
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.cpp41 constexpr int REBOOT_DELAY = 8000; // Delay for reboot (8s) variable
669 REBOOT_DELAY); // Add delay after writing reboot command in ispReboot()