Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dapbuart.c434 unsigned int status, old_cr, new_cr; in apbuart_console_write() local
438 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
439 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
Damba-pl011.c2064 unsigned int status, old_cr = 0, new_cr; in pl011_console_write() local
2083 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write()
2084 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write()
2085 writew(new_cr, uap->port.membase + UART011_CR); in pl011_console_write()