Searched refs:new_cr (Results 1 – 2 of 2) sorted by relevance
434 unsigned int status, old_cr, new_cr; in apbuart_console_write() local438 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()
2064 unsigned int status, old_cr = 0, new_cr; in pl011_console_write() local2083 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()