Searched refs:SECS_TO_WDOG_TICKS (Results 1 – 3 of 3) sorted by relevance
13 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro23 reset_cpu(SECS_TO_WDOG_TICKS(MAX_TIMEOUT)); in hw_watchdog_reset()
18 #define SECS_TO_WDOG_TICKS(x) ((x) * 100) macro42 writew(SECS_TO_WDOG_TICKS(wdd->timeout), drvdata->base + GXP_WDT_CNT_OFS); in gxp_wdt_start()
43 #define SECS_TO_WDOG_TICKS(x) ((x) << 16) macro74 writel_relaxed(PM_PASSWORD | (SECS_TO_WDOG_TICKS(wdog->timeout) & in bcm2835_wdt_start()