Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c69 #define CR_MSIE (1<<3) macro
124 writel(val | CR_MSIE, port->membase + UART_CR); in netx_enable_ms()
310 writel(CR_MSIE | CR_RIE | CR_TIE | CR_RTIE | CR_UART_EN, in netx_startup()
373 writel(old_cr & ~(CR_MSIE | CR_RIE | CR_TIE | CR_RTIE), in netx_set_termios()
383 old_cr &= ~CR_MSIE; in netx_set_termios()
385 old_cr |= CR_MSIE; in netx_set_termios()