Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c1890 u32 old_cr1, new_cr1; in stm32_usart_console_write() local
1899 old_cr1 = readl_relaxed(port->membase + ofs->cr1); in stm32_usart_console_write()
1900 new_cr1 = old_cr1 & ~USART_CR1_IE_MASK; in stm32_usart_console_write()
1907 writel_relaxed(old_cr1, port->membase + ofs->cr1); in stm32_usart_console_write()
H A Dfsl_lpuart.c1983 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; in lpuart_set_termios() local
1988 cr1 = old_cr1 = readb(sport->port.membase + UARTCR1); in lpuart_set_termios()
2011 cr1 = old_cr1 & ~UARTCR1_M; in lpuart_set_termios()