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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c2409 int co, co_val, bpr; local
2424 bpr = (cy_clock / co_val * 2 / baud + 1) / 2;
2425 if (bpr > 255)
2426 bpr = 255;
2428 info->tbpr = info->rbpr = bpr;

Completed in 42 milliseconds