Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsa1100.c423 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
495 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_set_termios()
496 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
514 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
723 unsigned int old_utcr3, status; in sa1100_console_write() local
728 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_console_write()
729 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
741 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_console_write()