Searched refs:old_cr (Results 1 – 2 of 2) sorted by relevance
403 unsigned int status, old_cr, new_cr; in apbuart_console_write() local406 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()
407 unsigned long cr, old_cr, cr1; in linflex_set_termios() local411 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()