Home
last modified time | relevance | path

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

/drivers/parport/
A Dparport_serial.c339 .base_baud = 921600,
345 .base_baud = 921600,
351 .base_baud = 115200,
357 .base_baud = 115200,
363 .base_baud = 115200,
369 .base_baud = 115200,
375 .base_baud = 115200,
381 .base_baud = 115200,
387 .base_baud = 115200,
393 .base_baud = 115200,
[all …]
/drivers/tty/serial/8250/
A D8250_pci.c3191 .base_baud = 115200,
3197 .base_baud = 115200,
3203 .base_baud = 115200,
3209 .base_baud = 115200,
3215 .base_baud = 115200,
3221 .base_baud = 115200,
3227 .base_baud = 921600,
3233 .base_baud = 921600,
3239 .base_baud = 921600,
3287 .base_baud = 115200,
[all …]
A D8250_dwlib.c78 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
81 quot = p->uartclk / base_baud; in dw8250_get_divisor()
82 rem = p->uartclk % base_baud; in dw8250_get_divisor()
83 *frac = DIV_ROUND_CLOSEST(rem << d->dlf_size, base_baud); in dw8250_get_divisor()
A D8250_lpss.c52 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,
A D8250_mid.c35 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,

Completed in 648 milliseconds