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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwdt977.c206 int tmrval; local
209 tmrval = (t + 59) / 60;
216 tmrval += tmrval;
219 if (tmrval < 1 || tmrval > 255)
225 timeoutM = tmrval;
H A DiTCO_wdt.c542 unsigned int tmrval; local
544 tmrval = seconds_to_ticks(t);
548 tmrval /= 2;
552 if (tmrval < 0x04)
554 if (((iTCO_wdt_private.iTCO_version == 2) && (tmrval > 0x3ff)) ||
555 ((iTCO_wdt_private.iTCO_version == 1) && (tmrval > 0x03f)))
558 iTCO_vendor_pre_set_heartbeat(tmrval);
565 val16 |= tmrval;
570 if ((val16 & 0x3ff) != tmrval)
576 val8 |= (tmrval
[all...]
H A Dw83977f_wdt.c228 int tmrval; local
240 tmrval = ((t + 15) + 29) / 30;
242 if (tmrval > 255)
249 timeoutW = tmrval;

Completed in 69 milliseconds