Searched full:baudrates (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | timbuart.c | 32 static int baudrates[] = {9600, 19200, 38400, 57600, 115200, 230400, 460800, variable 269 for (i = 0; i < ARRAY_SIZE(baudrates); i++) in get_bindex() 270 if (baud <= baudrates[i]) in get_bindex() 290 baud = baudrates[bindex]; in timbuart_set_termios()
|
H A D | mvebu-uart.c | 487 * value. For baudrates 9600 Bd and higher, it is enough to use the in mvebu_uart_baud_rate_set() 561 * experiments show that baudrates above 1/80 of parent clock rate are in mvebu_uart_set_termios() 562 * not stable. So disallow baudrates above 1/80 of the parent clock in mvebu_uart_set_termios() 1452 * be used for baudrates higher than 230400. in mvebu_uart_clock_probe()
|
H A D | mpc52xx_uart.c | 322 * prefer high prescaler for more tolerance on low baudrates */ in mpc5200b_psc_set_baudrate()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_sti_asc.c | 62 * Mode 1 should be used for baudrates of 19200, and above, as it 64 * Mode 0 should be used for all baudrates below 19200.
|
H A D | serial-uclass.c | 21 * Table with supported baudrates (defined in config_xyz.h)
|
H A D | serial.c | 20 * Table with supported baudrates (defined in config_xyz.h)
|
/openbmc/u-boot/include/configs/ |
H A D | xilinx_zynqmp_r5.h | 15 /* The following table includes the supported baudrates */
|
H A D | microblaze-generic.h | 28 /* The following table includes the supported baudrates */
|
H A D | zynq-common.h | 32 /* The following table includes the supported baudrates */
|
/openbmc/u-boot/doc/ |
H A D | README.serial_multi | 37 After that press 'enter' at the SCC console. Note that baudrates <38400
|
/openbmc/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
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | Kconfig | 93 support all baudrates). This is the preferred driver. The next
|
/openbmc/linux/sound/drivers/ |
H A D | Kconfig | 195 the serial port to standard baudrates. To attain the standard MIDI
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_bcm2835aux.c | 181 * 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_omap.c | 1176 * baudrates). So in that case we take the interrupt and try in omap_8250_tx_dma()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ark3116.c | 727 * this to 0x00 for normal baudrates, 0x01 for 460800, 0x02 for 921600.
|
H A D | ftdi_sio.c | 142 * - it can support MUCH higher baudrates; up to:
|
/openbmc/u-boot/ |
H A D | README | 672 Select one of the baudrates listed in 699 Select one of the baudrates listed in
|