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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-ks8695/
H A Dtime.c88 unsigned long tmout = CLOCK_TICK_RATE / HZ; local
95 __raw_writel(tmout / 2, KS8695_TMR_VA + KS8695_T1TC);
96 __raw_writel(tmout / 2, KS8695_TMR_VA + KS8695_T1PD);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_Ti3026.c441 int tmout; local
466 for (tmout = 500000; tmout; tmout--) {
471 if (!tmout)
490 for (tmout = 500000; tmout; tmout--) {
495 if (!tmout)
526 for (tmout
611 int tmout; local
633 int tmout; local
[all...]
H A Dmatroxfb_DAC1064.c462 int tmout; local
471 for (tmout = 500000; tmout; tmout--) {
479 if (!tmout)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dretr.c274 double tmout = opt.read_timeout;
280 tmout = 0.95;
285 if (waittm + tmout > opt.read_timeout)
288 tmout = opt.read_timeout - waittm;
289 if (tmout < 0)
298 ret = fd_read (fd, dlbuf, rdsize, tmout);
273 double tmout = opt.read_timeout; local
H A Dconnect.c650 struct timeval tmout;
660 tmout.tv_sec = (long) maxtime;
661 tmout.tv_usec = 1000000 * (maxtime - (long) maxtime);
664 result = select (fd + 1, rd, wr, NULL, &tmout);
646 struct timeval tmout; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dpxa.c571 unsigned int status, tmout = 10000; local
580 if (--tmout == 0)
587 tmout = 1000000;
588 while (--tmout &&
H A Dserial_txx9.c256 unsigned int tmout = 10000; local
261 while ((sio_in(up, TXX9_SIFCR) & TXX9_SIFCR_SWRST) && --tmout)
815 unsigned int tmout = 10000; local
818 while (--tmout &&
824 tmout = 1000000;
825 while (--tmout &&
H A Dm32r_sio.c1010 unsigned int status, tmout = 10000; local
1016 if (--tmout == 0)
1023 tmout = 1000000;
1024 while (--tmout)
H A Dsunsu.c1234 unsigned int status, tmout = 10000; local
1243 if (--tmout == 0)
1250 tmout = 1000000;
1251 while (--tmout &&
H A D8250.c1692 unsigned int status, tmout = 10000; local
1701 if (--tmout == 0)
1708 tmout = 1000000;
1709 while (!(serial_in(up, UART_MSR) & UART_MSR_CTS) && --tmout) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Ddmabuf.c46 long tmout; local
48 tmout = (dmap->fragment_size * HZ) / dmap->data_rate;
49 tmout += HZ / 5; /* Some safety distance */
50 if (tmout < (HZ / 2))
51 tmout = HZ / 2;
52 if (tmout > 20 * HZ)
53 tmout = 20 * HZ;
54 return tmout;
H A Dad1848.c1337 int tmout; local
1342 for (tmout = 0; tmout < 100000; tmout++)
1372 int tmout; local
1377 for (tmout = 0; tmout < 100000; tmout++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Darv.c245 int tmout = 10000; local
251 for (; tmout >= 0; tmout--) {
256 if (tmout < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.c155 #define SJCD_SET_TIMER( func, tmout ) \
156 ( sjcd_delay_timer.expires = jiffies+tmout, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c2916 * @tmout: overall timeout
2928 unsigned long tmout_pat, unsigned long tmout)
2947 timeout = timer_start + tmout;
2960 tmout / HZ, status);
2927 ata_busy_sleep(struct ata_port *ap, unsigned long tmout_pat, unsigned long tmout) argument

Completed in 407 milliseconds