Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dimx7ulp_wdt.c167 unsigned int toval) in _imx7ulp_wdt_set_timeout() argument
176 writel(toval, wdt->base + WDOG_TOVAL); in _imx7ulp_wdt_set_timeout()
190 u32 toval = wdt->hw->wdog_clock_rate * timeout; in imx7ulp_wdt_set_timeout() local
196 ret = _imx7ulp_wdt_set_timeout(wdt, toval); in imx7ulp_wdt_set_timeout()
198 } while (--loop > 0 && (val != toval || ret)); in imx7ulp_wdt_set_timeout()
283 u32 cs, toval; in imx7ulp_wdt_init() local
300 toval = readl(wdt->base + WDOG_TOVAL); in imx7ulp_wdt_init()
303 } while (--loop > 0 && (cs != val || toval != timeout || ret)); in imx7ulp_wdt_init()