Searched refs:mseconds (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 Dsbc8360.c334 unsigned long int mseconds = 60000; local
373 mseconds = (wd_margin + 1) * 500;
375 mseconds = (wd_margin + 1) * 5000;
377 mseconds = (wd_margin + 1) * 50000;
379 mseconds = (wd_margin + 1) * 100000;
382 printk(KERN_INFO PFX "Timeout set at %ld ms.\n", mseconds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.c577 // Function: ii2DelayTimer(mseconds)
578 // Parameters: mseconds - number of milliseconds to delay
584 // This routine delays for approximately mseconds milliseconds and is intended
595 ii2DelayTimer(unsigned int mseconds) argument
607 pDelayTimer->expires = jiffies + ( mseconds + 9 ) / 10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c267 info("wait for '%s' for %i mseconds", filepath, 1000 / WAIT_LOOP_PER_SECOND);

Completed in 158 milliseconds