Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dstm32-usart.c621 u32 old_cr1, new_cr1; in stm32_console_write() local
633 old_cr1 = readl_relaxed(port->membase + USART_CR1); in stm32_console_write()
634 new_cr1 = old_cr1 & ~USART_CR1_IE_MASK; in stm32_console_write()
640 writel_relaxed(old_cr1, port->membase + USART_CR1); in stm32_console_write()
Dfsl_lpuart.c1206 unsigned char cr1, old_cr1, old_cr2, cr4, bdh, modem; in lpuart_set_termios() local
1211 cr1 = old_cr1 = readb(sport->port.membase + UARTCR1); in lpuart_set_termios()
1233 cr1 = old_cr1 & ~UARTCR1_M; in lpuart_set_termios()