Searched full:baudrates (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | timbuart.c | 32 static int baudrates[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, variable 266 for (i = 0; i < ARRAY_SIZE(baudrates); i++) in get_bindex() 267 if (baud <= baudrates[i]) in get_bindex() 287 baud = baudrates[bindex]; in timbuart_set_termios()
|
D | mvebu-uart.c | 485 * value. For baudrates 9600 Bd and higher, it is enough to use the in mvebu_uart_baud_rate_set() 559 * experiments show that baudrates above 1/80 of parent clock rate are in mvebu_uart_set_termios() 560 * not stable. So disallow baudrates above 1/80 of the parent clock in mvebu_uart_set_termios() 1450 * be used for baudrates higher than 230400. in mvebu_uart_clock_probe()
|
D | mpc52xx_uart.c | 322 * prefer high prescaler for more tolerance on low baudrates */ in mpc5200b_psc_set_baudrate()
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | marvell,armada-3700-uart-clock.yaml | 27 baudrates above 230400 and also to specify clock which bootloader
|
/linux-6.12.1/drivers/net/hamradio/ |
D | Kconfig | 93 support all baudrates). This is the preferred driver. The next
|
/linux-6.12.1/sound/drivers/ |
D | Kconfig | 195 the serial port to standard baudrates. To attain the standard MIDI
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_bcm2835aux.c | 155 * to get identical baudrates. in bcm2835aux_serial_probe()
|
D | 8250_mtk.c | 352 * Some baudrates are not supported by the chip, so we use the next in mtk8250_set_termios()
|
D | 8250_exar.c | 1048 // XR17V25X supports fractional baudrates in cti_port_setup_xr17v25x()
|
D | 8250_omap.c | 1197 * baudrates). So in that case we take the interrupt and try in omap_8250_tx_dma()
|
/linux-6.12.1/drivers/usb/serial/ |
D | ark3116.c | 726 * this to 0x00 for normal baudrates, 0x01 for 460800, 0x02 for 921600.
|
D | ftdi_sio.c | 142 * - it can support MUCH higher baudrates; up to:
|