Searched refs:CR_UART_EN (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-netx/include/mach/
H A Duncompress.h37 #define CR_UART_EN (1<<0) macro
47 if (REG(UART1_BASE + UART_CR) & CR_UART_EN) putc()
49 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN) putc()
62 if (REG(UART1_BASE + UART_CR) & CR_UART_EN) flush()
64 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN) flush()
/linux-4.4.14/drivers/tty/serial/
H A Dnetx-serial.c78 #define CR_UART_EN (1<<0) macro
322 writel(CR_MSIE | CR_RIE | CR_TIE | CR_RTIE | CR_UART_EN, netx_startup()
392 writel(old_cr & ~CR_UART_EN, port->membase + UART_CR); netx_set_termios()
542 writel(cr_save | CR_UART_EN, port->membase + UART_CR); netx_console_write()
616 if (readl(sport->port.membase + UART_CR) & CR_UART_EN) { netx_console_setup()

Completed in 119 milliseconds