Searched refs:CR_UART_EN (Results 1 – 2 of 2) sorted by relevance
37 #define CR_UART_EN (1<<0) macro47 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()
78 #define CR_UART_EN (1<<0) macro322 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()