Searched refs:baud (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 47 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 D | exynos4210-uart.c | 31 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 D | omap-uart.c | 55 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 D | serial.h | 163 int baud; /* default baud rate; BAUD_AUTO == pre-configured */ member
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | early-printk.txt | 24 - <BAUD_RATE> is, optionally a baud rate which should be used to
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 287 > `= <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