Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dtheadorable.c45 #define REBOOT_DELAY 1000 /* reboot-delay in ms */ macro
268 i2c_buf[3] = REBOOT_DELAY & 0x00ff; in board_late_init()
269 i2c_buf[4] = (REBOOT_DELAY & 0xff00) >> 8; in board_late_init()