Searched refs:GET_WLDR_VAL (Results 1 – 2 of 2) sorted by relevance
| /drivers/watchdog/ | ||
| A D | omap_wdt.h | 33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) macro |
| A D | omap_wdt.c | 119 u32 pre_margin = GET_WLDR_VAL(timeout); in omap_wdt_set_timer() |
Completed in 5 milliseconds