Searched refs:PTV (Results 1 – 6 of 6) sorted by relevance
32 #define PTV 0 /* prescale */ macro33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)34 #define GET_WCCR_SECS(val) ((0xffffffff - (val) + 1) / (32768/(1<<PTV)))
153 writel_relaxed((1 << 5) | (PTV << 2), base + OMAP_WATCHDOG_CNTRL); in omap_wdt_start()
23 #define PTV 0 /* prescale */ macro24 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)
238 # PTV Multiplex258 # PTV Global USA268 # PTV Global UK & Europe288 # PTV Multiplex
122 writel(WDT_WCLR_PRE | (PTV << WDT_WCLR_PTV_OFF), &wdt->wdtwclr); in hw_watchdog_init()
115 #define PTV (0x028 / 4) macro