Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsa1100.c419 unsigned int utcr0, old_utcr3, baud, quot; in sa1100_set_termios() local
491 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_set_termios()
492 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
510 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_set_termios()
717 unsigned int old_utcr3, status; in sa1100_console_write() local
722 old_utcr3 = UART_GET_UTCR3(sport); in sa1100_console_write()
723 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
735 UART_PUT_UTCR3(sport, old_utcr3); in sa1100_console_write()