Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/parport/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pci.c2979 .base_baud = 115200,
2985 .base_baud = 115200,
2991 .base_baud = 115200,
2997 .base_baud = 115200,
3003 .base_baud = 115200,
3009 .base_baud = 115200,
3015 .base_baud = 921600,
3021 .base_baud = 921600,
3027 .base_baud = 921600,
3034 .base_baud = 1130000,
[all …]
H A 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()
H A D8250_mid.c37 unsigned int base_baud; member
316 uart.port.uartclk = mid->board->base_baud * 16; in mid8250_probe()
361 .base_baud = 115200,
369 .base_baud = 1843200,
377 .base_baud = 115200,
H A D8250_lpss.c52 unsigned int base_baud; member
333 uart.port.uartclk = lpss->board->base_baud * 16; in lpss8250_probe()
378 .base_baud = 2764800,
385 .base_baud = 12500000,
392 .base_baud = 2764800,
/OK3568_Linux_fs/kernel/include/linux/
H A D8250_pci.h26 unsigned int base_baud; member