Searched refs:base_baud (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/parport/ |
D | parport_serial.c | 287 .base_baud = 921600, 293 .base_baud = 921600, 299 .base_baud = 115200, 305 .base_baud = 115200, 311 .base_baud = 115200, 317 .base_baud = 115200, 323 .base_baud = 115200, 329 .base_baud = 115200, 335 .base_baud = 115200, 341 .base_baud = 115200, [all …]
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_pci.c | 2610 .base_baud = 115200, 2616 .base_baud = 115200, 2622 .base_baud = 115200, 2628 .base_baud = 115200, 2634 .base_baud = 115200, 2640 .base_baud = 115200, 2646 .base_baud = 921600, 2652 .base_baud = 921600, 2658 .base_baud = 921600, 2665 .base_baud = 1130000, [all …]
|
D | 8250_mid.c | 37 unsigned int base_baud; member 306 uart.port.uartclk = mid->board->base_baud * 16; in mid8250_probe() 352 .base_baud = 115200, 359 .base_baud = 1843200, 366 .base_baud = 115200,
|
D | 8250_lpss.c | 45 unsigned int base_baud; member 298 uart.port.uartclk = lpss->board->base_baud * 16; in lpss8250_probe() 341 .base_baud = 2764800, 347 .base_baud = 2764800,
|
D | 8250_dw.c | 385 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local 388 quot = p->uartclk / base_baud; in dw8250_get_divisor() 389 rem = p->uartclk % base_baud; in dw8250_get_divisor() 390 *frac = DIV_ROUND_CLOSEST(rem << d->dlf_size, base_baud); in dw8250_get_divisor()
|
/Linux-v4.19/include/linux/ |
D | 8250_pci.h | 26 unsigned int base_baud; member
|