Searched refs:PTV (Results 1 – 2 of 2) sorted by relevance
24 #define PTV 0 /* prescale */ macro25 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)
114 writel(WDT_WCLR_PRE | (PTV << WDT_WCLR_PTV_OFF), &wdt->wdtwclr); in hw_watchdog_init()