Home
last modified time | relevance | path

Searched refs:GET_WLDR_VAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Domap_wdt.h33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) macro
H A Domap_wdt.c119 u32 pre_margin = GET_WLDR_VAL(timeout); in omap_wdt_set_timer()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h24 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) macro
/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c79 u32 pre_margin = GET_WLDR_VAL(timeout); in omap_wdt_set_timeout()