Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c83 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro
1362 ucr1 |= UCR1_UARTEN; in imx_uart_startup()
1473 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN); in imx_uart_shutdown()
1781 ucr1 |= UCR1_UARTEN; in imx_uart_poll_init()
1941 ucr1 |= UCR1_UARTEN; in imx_uart_console_write()
1974 if (imx_uart_readl(sport, UCR1) & UCR1_UARTEN) { in imx_uart_console_get_options()