Searched full:baudrates (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/tty/serial/ |
H A 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()
|
H A D | mpc52xx_uart.c | 322 * prefer high prescaler for more tolerance on low baudrates */ in mpc5200b_psc_set_baudrate()
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,armada-3700-uart-clock.yaml | 27 baudrates above 230400 and also to specify clock which bootloader
|
/linux/drivers/net/hamradio/ |
H A D | Kconfig | 93 support all baudrates). This is the preferred driver. The next
|
/linux/sound/drivers/ |
H A D | Kconfig | 195 the serial port to standard baudrates. To attain the standard MIDI
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_bcm2835aux.c | 155 * to get identical baudrates. in bcm2835aux_serial_probe()
|
H A D | 8250_mtk.c | 352 * Some baudrates are not supported by the chip, so we use the next in mtk8250_set_termios()
|
H A D | 8250_exar.c | 990 // XR17V25X supports fractional baudrates in cti_port_setup_xr17v25x()
|
H A D | 8250_omap.c | 1197 * baudrates). So in that case we take the interrupt and try in omap_8250_tx_dma()
|
/linux/drivers/usb/serial/ |
H A D | ark3116.c | 726 * this to 0x00 for normal baudrates, 0x01 for 460800, 0x02 for 921600.
|