Searched refs:GET_WCCR_SECS (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/watchdog/ | ||
| D | omap_wdt.h | 53 #define GET_WCCR_SECS(val) ((0xffffffff - (val) + 1) / (32768/(1<<PTV))) macro |
| D | omap_wdt.c | 214 return GET_WCCR_SECS(value); in omap_wdt_get_timeleft() |