Searched refs:UCR1_TXMPTYEN (Results 1 – 1 of 1) sorted by relevance
76 #define UCR1_TXMPTYEN (1<<6) /* Transimitter empty interrupt enable */ macro444 imx_uart_writel(sport, ucr1 & ~UCR1_TXMPTYEN, UCR1); in imx_uart_stop_tx()522 ucr1 &= ~UCR1_TXMPTYEN; in imx_uart_transmit_buffer()684 imx_uart_writel(sport, ucr1 | UCR1_TXMPTYEN, UCR1); in imx_uart_start_tx()693 ucr1 |= UCR1_TXMPTYEN; in imx_uart_start_tx()882 if ((ucr1 & UCR1_TXMPTYEN) == 0) in imx_uart_int()1473 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN); in imx_uart_shutdown()1645 old_ucr1 & ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN), in imx_uart_set_termios()1782 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RTSDEN | UCR1_RRDYEN); in imx_uart_poll_init()1942 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write()[all …]