Searched refs:base_baud (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/parport/ |
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 = 115200, [all …]
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_pci.c | 3141 .base_baud = 115200, 3147 .base_baud = 115200, 3153 .base_baud = 115200, 3159 .base_baud = 115200, 3165 .base_baud = 115200, 3171 .base_baud = 115200, 3177 .base_baud = 921600, 3183 .base_baud = 921600, 3189 .base_baud = 921600, 3196 .base_baud = 1130000, [all …]
|
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()
|
D | 8250_lpss.c | 52 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,
|
D | 8250_mid.c | 35 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,
|
/linux-6.12.1/include/linux/ |
D | 8250_pci.h | 26 unsigned int base_baud; member
|