Searched refs:wm831x_wdt_cfgs (Results 1 - 1 of 1) sorted by relevance

/drivers/watchdog/
H A Dwm831x_wdt.c44 } wm831x_wdt_cfgs[] = { variable in typeref:struct:__anon7294
149 for (i = 0; i < ARRAY_SIZE(wm831x_wdt_cfgs); i++)
150 if (wm831x_wdt_cfgs[i].time == timeout)
152 if (i == ARRAY_SIZE(wm831x_wdt_cfgs))
159 wm831x_wdt_cfgs[i].val);
223 for (i = 0; i < ARRAY_SIZE(wm831x_wdt_cfgs); i++)
224 if (wm831x_wdt_cfgs[i].val == reg)
226 if (i == ARRAY_SIZE(wm831x_wdt_cfgs))
230 wm831x_wdt->timeout = wm831x_wdt_cfgs[i].time;

Completed in 50 milliseconds