Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dapbuart.c403 unsigned int status, old_cr, new_cr; in apbuart_console_write() local
406 old_cr = UART_GET_CTRL(port); in apbuart_console_write()
407 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
419 UART_PUT_CTRL(port, old_cr); in apbuart_console_write()
H A Dfsl_linflexuart.c407 unsigned long cr, old_cr, cr1; in linflex_set_termios() local
411 old_cr = cr; in linflex_set_termios()
442 cr = old_cr & ~LINFLEXD_UARTCR_WL1 & ~LINFLEXD_UARTCR_WL0; in linflex_set_termios()
447 cr = (old_cr | LINFLEXD_UARTCR_WL0) & ~LINFLEXD_UARTCR_WL1; in linflex_set_termios()