Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Domap_wdt.h28 #define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */ macro
H A Domap_wdt.c252 wdev->wdog.max_timeout = TIMER_MARGIN_MAX; in omap_wdt_probe()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h19 #define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1374.c375 #define TIMER_MARGIN_MAX 4095 /* 24-bit value */ macro
516 ds1374->wdt.max_timeout = TIMER_MARGIN_MAX; in ds1374_probe()