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

/drivers/tty/
H A Dcyclades.c1966 int co, co_val, bpr; local
1981 bpr = (cy_clock / co_val * 2 / baud + 1) / 2;
1982 if (bpr > 255)
1983 bpr = 255;
1985 info->tbpr = info->rbpr = bpr;

Completed in 35 milliseconds