Searched refs:GET_WCCR_SECS (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/watchdog/ | ||
H A D | omap_wdt.h | 34 #define GET_WCCR_SECS(val) ((0xffffffff - (val) + 1) / (32768/(1<<PTV))) macro |
H A D | omap_wdt.c | 212 return GET_WCCR_SECS(value); in omap_wdt_get_timeleft() |