Searched refs:base_baud (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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 = 115200, [all …]
|
/openbmc/linux/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 = 1130000, [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_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,
|
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,
|
/openbmc/linux/include/linux/ |
H A D | 8250_pci.h | 26 unsigned int base_baud; member
|
/openbmc/u-boot/doc/ |
H A D | README.sifive-fu540 | 251 [ 3.277689] 10010000.serial: ttySIF0 at MMIO 0x10010000 (irq = 39, base_baud = 0) is a SiFive UA… 253 [ 3.791504] 10011000.serial: ttySIF1 at MMIO 0x10011000 (irq = 40, base_baud = 0) is a SiFive UA…
|
H A D | README.ae350 | 246 [ 1.372000] f0300000.serial: ttyS0 at MMIO 0xf0300020 (irq = 10, base_baud = 1228800) is a 16550A
|