Home
last modified time | relevance | path

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

/external/u-boot/drivers/watchdog/
Dbcm6345_wdt.c17 #define WDT_VAL_MIN 0x00000002 macro
45 if (timeout < WDT_VAL_MIN) { in bcm6345_wdt_start()
47 timeout = WDT_VAL_MIN; in bcm6345_wdt_start()
60 return bcm6345_wdt_start(dev, WDT_VAL_MIN, flags); in bcm6345_wdt_expire_now()