Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/watchdog/
Domap_wdt.h28 #define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */ macro
Domap_wdt.c252 wdev->wdog.max_timeout = TIMER_MARGIN_MAX; in omap_wdt_probe()
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-ds1374.c378 #define TIMER_MARGIN_MAX 4095 /* 24-bit value */ macro
520 ds1374->wdt.max_timeout = TIMER_MARGIN_MAX; in ds1374_probe()