Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h20 #define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */ macro
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ds1374.c378 #define TIMER_MARGIN_MAX 4095 /* 24-bit value */ macro
520 ds1374->wdt.max_timeout = TIMER_MARGIN_MAX; in ds1374_probe()