Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/
Dsa1100.c392 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
464 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_set_termios()
465 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
483 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
690 unsigned int old_utcr3, status; in sa1100_console_write() local
695 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_console_write()
696 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
708 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_console_write()