/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_serial.c | 335 .base_baud = 921600, 341 .base_baud = 921600, 347 .base_baud = 115200, 353 .base_baud = 115200, 359 .base_baud = 115200, 365 .base_baud = 115200, 371 .base_baud = 115200, 377 .base_baud = 115200, 383 .base_baud = 115200, 389 .base_baud [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_serial.c | 335 .base_baud = 921600, 341 .base_baud = 921600, 347 .base_baud = 115200, 353 .base_baud = 115200, 359 .base_baud = 115200, 365 .base_baud = 115200, 371 .base_baud = 115200, 377 .base_baud = 115200, 383 .base_baud = 115200, 389 .base_baud [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 2962 .base_baud = 115200, 2968 .base_baud = 115200, 2974 .base_baud = 115200, 2980 .base_baud = 115200, 2986 .base_baud = 115200, 2992 .base_baud = 115200, 2998 .base_baud = 921600, 3004 .base_baud = 921600, 3010 .base_baud = 921600, 3017 .base_baud [all...] |
H A D | 8250_dwlib.c | 63 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 D | 8250_lpss.c | 52 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,
|
H A D | 8250_mid.c | 37 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,
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 3023 .base_baud = 115200, 3029 .base_baud = 115200, 3035 .base_baud = 115200, 3041 .base_baud = 115200, 3047 .base_baud = 115200, 3053 .base_baud = 115200, 3059 .base_baud = 921600, 3065 .base_baud = 921600, 3071 .base_baud = 921600, 3078 .base_baud [all...] |
H A D | 8250_dwlib.c | 78 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()
|
H A D | 8250_lpss.c | 52 unsigned int base_baud; member 344 uart.port.uartclk = lpss->board->base_baud * 16; in lpss8250_probe() 389 .base_baud = 2764800, 396 .base_baud = 12500000, 403 .base_baud = 2764800,
|
H A D | 8250_mid.c | 37 unsigned int base_baud; member 315 uart.port.uartclk = mid->board->base_baud * 16; in mid8250_probe() 358 .base_baud = 115200, 366 .base_baud = 1843200, 374 .base_baud = 115200,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | 8250_pci.h | 26 unsigned int base_baud; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | 8250_pci.h | 26 unsigned int base_baud; member
|