Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dsa1100.c412 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
484 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_set_termios()
485 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
503 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
703 unsigned int old_utcr3, status; in sa1100_console_write() local
708 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_console_write()
709 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
721 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_console_write()