Searched refs:GET_WLDR_VAL (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/watchdog/
H A Domap_wdt.c119 u32 pre_margin = GET_WLDR_VAL(timeout);
H A Domap_wdt.h33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) macro

Completed in 138 milliseconds