Searched refs:REBOOT_DELAY (Results 1 – 3 of 3) sorted by relevance
44 #define REBOOT_DELAY 1000 /* reboot-delay in ms */ macro251 i2c_buf[3] = REBOOT_DELAY & 0x00ff; in board_late_init()252 i2c_buf[4] = (REBOOT_DELAY & 0xff00) >> 8; in board_late_init()
3 REBOOT_DELAY=8
41 constexpr int REBOOT_DELAY = 8000; // Delay for reboot (8s) variable669 REBOOT_DELAY); // Add delay after writing reboot command in ispReboot()