Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Domap_wdt.h32 #define PTV 0 /* prescale */ macro
33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)
34 #define GET_WCCR_SECS(val) ((0xffffffff - (val) + 1) / (32768/(1<<PTV)))
H A Domap_wdt.c153 writel_relaxed((1 << 5) | (PTV << 2), base + OMAP_WATCHDOG_CNTRL); in omap_wdt_start()