Searched refs:mseconds (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 Dsbc8360.c334 unsigned long int mseconds = 60000; local
372 mseconds = (wd_margin + 1) * 500;
374 mseconds = (wd_margin + 1) * 5000;
376 mseconds = (wd_margin + 1) * 50000;
378 mseconds = (wd_margin + 1) * 100000;
381 printk(KERN_INFO PFX "Timeout set at %ld ms.\n", mseconds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2ellis.c519 // Function: ii2DelayTimer(mseconds)
520 // Parameters: mseconds - number of milliseconds to delay
526 // This routine delays for approximately mseconds milliseconds and is intended
537 ii2DelayTimer(unsigned int mseconds) argument
539 msleep_interruptible(mseconds);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules.c267 info("wait for '%s' for %i mseconds", filepath, 1000 / WAIT_LOOP_PER_SECOND);

Completed in 55 milliseconds