Home
last modified time | relevance | path

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

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