Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dapbuart.c403 unsigned int status, old_cr, new_cr; in apbuart_console_write() local
407 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
408 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()