Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsa1100.c392 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
406 utcr0 = UTCR0_DSS; in sa1100_set_termios()
408 utcr0 = 0; in sa1100_set_termios()
411 utcr0 |= UTCR0_SBS; in sa1100_set_termios()
413 utcr0 |= UTCR0_PE; in sa1100_set_termios()
415 utcr0 |= UTCR0_OES; in sa1100_set_termios()
474 UART_PUT_UTCR0(sport, utcr0); in sa1100_set_termios()
724 unsigned int utcr0, quot; in sa1100_console_get_options() local
726 utcr0 = UART_GET_UTCR0(sport); in sa1100_console_get_options()
729 if (utcr0 & UTCR0_PE) { in sa1100_console_get_options()
[all …]