Searched refs:bpr (Results 1 - 2 of 2) sorted by relevance
/drivers/net/can/ |
H A D | grcan.c | 413 int bpr, rsj, ps1, ps2, scaler; local 421 bpr = 0; /* Note bpr and brp are different concepts */ 427 bpr, rsj, ps1, ps2, scaler); 439 timing |= (bpr << GRCAN_CONF_BPR_BIT) & GRCAN_CONF_BPR;
|
/drivers/tty/ |
H A D | cyclades.c | 1947 int co, co_val, bpr; local 1962 bpr = (cy_clock / co_val * 2 / baud + 1) / 2; 1963 if (bpr > 255) 1964 bpr = 255; 1966 info->tbpr = info->rbpr = bpr;
|
Completed in 67 milliseconds