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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.c1228 unsigned long orig_jiffies, fifo_time, char_time, fifo_cnt; local
1243 fifo_time = (MCF5272_FIFO_SIZE * HZ * 10) / info->baud;
1244 char_time = fifo_time / 5;
1254 fifo_time *= 2;
1255 if (fifo_time < (HZ/2))
1256 fifo_time = HZ/2;
1257 if (!timeout || timeout > fifo_time)
1258 timeout = fifo_time;

Completed in 43 milliseconds