Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/nokia/rx51/
H A Drx51.c451 static unsigned long int twl_wd_time; /* last time of watchdog reset */ variable
463 if (get_timer(twl_wd_time) < 4 * CONFIG_SYS_HZ) in hw_watchdog_reset()
481 twl_wd_time = get_timer(0); in hw_watchdog_reset()