Searched refs:baud (Results 1 – 7 of 7) sorted by relevance
/xen/xen/drivers/char/ |
A D | ns16550.c | 48 baud, enumerator 111 {"baud", baud}, 1257 int baud; in parse_positional() local 1285 uart->baud = BAUD_AUTO; in parse_positional() 1289 uart->baud = baud; in parse_positional() 1380 case baud: in parse_namevalue_pairs() 1469 if ( uart->baud != 0 ) in ns16550_parse_port_config() 1487 ((uart->baud < 1200) || (uart->baud > 115200)) ) in ns16550_parse_port_config() 1526 uart->baud = (defaults->baud ? : in ns16550_init() 1554 uart->baud = BAUD_AUTO; in ns16550_uart_dt_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/xen/include/xen/ |
A D | serial.h | 165 int baud; /* default baud rate; BAUD_AUTO == pre-configured */ member
|
/xen/docs/misc/arm/ |
A D | early-printk.txt | 23 - CONFIG_EARLY_UART_PL011_BAUD_RATE is, optionally, a baud rate which
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 231 int "Early printk UART baud rate for pl011" 233 Optionally sets the baud rate which should be used to configure
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 323 > `= <baud>[/<base-baud>][,[DPS][,[<io-base>|pci|amt][,[<irq>|msi][,[<port-bdf>][,[<bridge-bdf>]]]]… 327 * `<baud>` may be either an integer baud rate, or the string `auto` if 329 * Optionally, the base baud rate (usually the highest baud rate the 370 * `baud` - accepts integer baud rate (eg. 115200) or `auto` 394 com1=baud=115200,parity=n,stop-bits=1,io-base=0x3f8,reg-width=4
|
Completed in 13 milliseconds