Searched refs:base_baud (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci.c | 3247 .base_baud = 115200, 3253 .base_baud = 115200, 3259 .base_baud = 115200, 3265 .base_baud = 115200, 3271 .base_baud = 115200, 3277 .base_baud = 115200, 3283 .base_baud = 921600, 3289 .base_baud = 921600, 3295 .base_baud = 921600, 3301 .base_baud [all...] |
| H A D | 8250_dwlib.c | 29 unsigned int quot, rem, base_baud = baud * 16; 32 quot = p->uartclk / base_baud; 33 rem = p->uartclk % base_baud; 34 *frac = DIV_ROUND_CLOSEST(rem << d->dlf_size, base_baud); 78 unsigned int quot, rem, base_baud = baud * 16; dw8250_get_divisor() local
|
| H A D | 8250_lpss.c | 52 unsigned int base_baud; member 341 uart.port.uartclk = lpss->board->base_baud * 16; in lpss8250_probe() 386 .base_baud = 2764800, 393 .base_baud = 12500000, 400 .base_baud = 2764800,
|
| H A D | 8250_mid.c | 35 unsigned int base_baud; member 311 uart.port.uartclk = mid->board->base_baud * 16; in mid8250_probe() 353 .base_baud = 115200, 361 .base_baud = 1843200, 369 .base_baud = 115200,
|
| /linux/include/linux/ |
| H A D | 8250_pci.h | 26 unsigned int base_baud; member
|