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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dwdt977.c199 int tmrval; local
202 tmrval = (t + 59) / 60;
208 tmrval += tmrval;
211 if ((tmrval < 1) || (tmrval > 255))
216 timeoutM = tmrval;
H A DiTCO_wdt.c332 unsigned int tmrval; local
334 tmrval = seconds_to_ticks(t);
337 if (tmrval < 0x04)
339 if (((iTCO_wdt_private.iTCO_version == 2) && (tmrval > 0x3ff)) ||
340 ((iTCO_wdt_private.iTCO_version == 1) && (tmrval > 0x03f)))
343 iTCO_vendor_pre_set_heartbeat(tmrval);
350 val16 |= tmrval;
355 if ((val16 & 0x3ff) != tmrval)
361 val8 |= (tmrval & 0xff);
366 if ((val8 & 0x3f) != tmrval)
[all...]
H A Dw83977f_wdt.c226 int tmrval; local
238 tmrval = ((t + 15) + 29) / 30;
240 if (tmrval > 255)
247 timeoutW = tmrval;

Completed in 102 milliseconds