Home
last modified time | relevance | path

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

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