Home
last modified time | relevance | path

Searched full:baudrates (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/tty/serial/
H A Dtimbuart.c32 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 Dmpc52xx_uart.c322 * prefer high prescaler for more tolerance on low baudrates */ in mpc5200b_psc_set_baudrate()
/linux/Documentation/devicetree/bindings/clock/
H A Dmarvell,armada-3700-uart-clock.yaml27 baudrates above 230400 and also to specify clock which bootloader
/linux/drivers/net/hamradio/
H A DKconfig93 support all baudrates). This is the preferred driver. The next
/linux/sound/drivers/
H A DKconfig195 the serial port to standard baudrates. To attain the standard MIDI
/linux/drivers/tty/serial/8250/
H A D8250_bcm2835aux.c155 * to get identical baudrates. in bcm2835aux_serial_probe()
H A D8250_mtk.c352 * Some baudrates are not supported by the chip, so we use the next in mtk8250_set_termios()
H A D8250_exar.c990 // XR17V25X supports fractional baudrates in cti_port_setup_xr17v25x()
H A D8250_omap.c1197 * baudrates). So in that case we take the interrupt and try in omap_8250_tx_dma()
/linux/drivers/usb/serial/
H A Dark3116.c726 * this to 0x00 for normal baudrates, 0x01 for 460800, 0x02 for 921600.