Lines Matching refs:utcr0
417 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
431 utcr0 = UTCR0_DSS; in sa1100_set_termios()
433 utcr0 = 0; in sa1100_set_termios()
436 utcr0 |= UTCR0_SBS; in sa1100_set_termios()
438 utcr0 |= UTCR0_PE; in sa1100_set_termios()
440 utcr0 |= UTCR0_OES; in sa1100_set_termios()
499 UART_PUT_UTCR0(sport, utcr0); in sa1100_set_termios()
749 unsigned int utcr0, quot; in sa1100_console_get_options() local
751 utcr0 = UART_GET_UTCR0(sport); in sa1100_console_get_options()
754 if (utcr0 & UTCR0_PE) { in sa1100_console_get_options()
755 if (utcr0 & UTCR0_OES) in sa1100_console_get_options()
761 if (utcr0 & UTCR0_DSS) in sa1100_console_get_options()