Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwm8350_wdt.c30 } wm8350_wdt_cfgs[] = { variable
43 for (i = 0; i < ARRAY_SIZE(wm8350_wdt_cfgs); i++) in wm8350_wdt_set_timeout()
44 if (wm8350_wdt_cfgs[i].time == timeout) in wm8350_wdt_set_timeout()
46 if (i == ARRAY_SIZE(wm8350_wdt_cfgs)) in wm8350_wdt_set_timeout()
54 reg |= wm8350_wdt_cfgs[i].val; in wm8350_wdt_set_timeout()