Home
last modified time | relevance | path

Searched defs:GET_WLDR_VAL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Domap_wdt.h33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1) macro
/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