Home
last modified time | relevance | path

Searched refs:base_baud (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/parport/
Dparport_serial.c295 .base_baud = 921600,
301 .base_baud = 921600,
307 .base_baud = 115200,
313 .base_baud = 115200,
319 .base_baud = 115200,
325 .base_baud = 115200,
331 .base_baud = 115200,
337 .base_baud = 115200,
343 .base_baud = 115200,
349 .base_baud = 115200,
[all …]
/Linux-v5.4/drivers/tty/serial/8250/
D8250_pci.c3160 .base_baud = 115200,
3166 .base_baud = 115200,
3172 .base_baud = 115200,
3178 .base_baud = 115200,
3184 .base_baud = 115200,
3190 .base_baud = 115200,
3196 .base_baud = 921600,
3202 .base_baud = 921600,
3208 .base_baud = 921600,
3215 .base_baud = 1130000,
[all …]
D8250_dwlib.c63 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
66 quot = p->uartclk / base_baud; in dw8250_get_divisor()
67 rem = p->uartclk % base_baud; in dw8250_get_divisor()
68 *frac = DIV_ROUND_CLOSEST(rem << d->dlf_size, base_baud); in dw8250_get_divisor()
D8250_lpss.c52 unsigned int base_baud; member
310 uart.port.uartclk = lpss->board->base_baud * 16; in lpss8250_probe()
355 .base_baud = 2764800,
361 .base_baud = 12500000,
366 .base_baud = 2764800,
D8250_mid.c37 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,
/Linux-v5.4/include/linux/
D8250_pci.h26 unsigned int base_baud; member