Lines Matching refs:utcr0
423 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
437 utcr0 = UTCR0_DSS; in sa1100_set_termios()
439 utcr0 = 0; in sa1100_set_termios()
442 utcr0 |= UTCR0_SBS; in sa1100_set_termios()
444 utcr0 |= UTCR0_PE; in sa1100_set_termios()
446 utcr0 |= UTCR0_OES; in sa1100_set_termios()
505 UART_PUT_UTCR0(sport, utcr0); in sa1100_set_termios()
757 unsigned int utcr0, quot; in sa1100_console_get_options() local
759 utcr0 = UART_GET_UTCR0(sport); in sa1100_console_get_options()
762 if (utcr0 & UTCR0_PE) { in sa1100_console_get_options()
763 if (utcr0 & UTCR0_OES) in sa1100_console_get_options()
769 if (utcr0 & UTCR0_DSS) in sa1100_console_get_options()