Home
last modified time | relevance | path

Searched refs:baud (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c47 baud, enumerator
109 {"baud", baud},
658 if ( uart->baud != BAUD_AUTO ) in ns16550_setup_preirq()
1192 int baud; in parse_positional() local
1220 uart->baud = BAUD_AUTO; in parse_positional()
1224 uart->baud = baud; in parse_positional()
1304 case baud: in parse_namevalue_pairs()
1393 if ( uart->baud != 0 ) in ns16550_parse_port_config()
1411 ((uart->baud < 1200) || (uart->baud > 115200)) ) in ns16550_parse_port_config()
1450 uart->baud = (defaults->baud ? : in ns16550_init()
[all …]
A Dexynos4210-uart.c31 unsigned int baud, clock_hz, data_bits, parity, stop_bits; member
114 if ( uart->baud != BAUD_AUTO ) in exynos4210_uart_init_preirq()
117 divisor = ((uart->clock_hz) / (uart->baud)) - 1; in exynos4210_uart_init_preirq()
312 uart->baud = BAUD_AUTO; in exynos4210_uart_init()
A Domap-uart.c55 u32 baud, clock_hz, data_bits, parity, stop_bits, fifo_size; member
89 divisor = uart->clock_hz / (uart->baud << 4); in baud_protocol_setup()
342 uart->baud = 115200; in omap_uart_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h163 int baud; /* default baud rate; BAUD_AUTO == pre-configured */ member
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dearly-printk.txt24 - <BAUD_RATE> is, optionally a baud rate which should be used to
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown287 > `= <baud>[/<base-baud>][,[DPS][,[<io-base>|pci|amt][,[<irq>][,[<port-bdf>][,[<bridge-bdf>]]]]]]`
291 * `<baud>` may be either an integer baud rate, or the string `auto` if
293 * Optionally, the base baud rate (usually the highest baud rate the
334 * `baud` - accepts integer baud rate (eg. 115200) or `auto`
358 com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4

Completed in 10 milliseconds