Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dapbuart.c435 unsigned int status, old_cr, new_cr; in apbuart_console_write() local
439 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
440 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
Damba-pl011.c2213 unsigned int old_cr = 0, new_cr; in pl011_console_write() local
2232 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write()
2233 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write()
2234 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()