Searched refs:UCR1_TRDYEN (Results 1 – 3 of 3) sorted by relevance
68 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */ macro462 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()566 ucr1 &= ~UCR1_TRDYEN; in imx_uart_transmit_buffer()750 imx_uart_writel(sport, ucr1 | UCR1_TRDYEN, UCR1); in imx_uart_start_tx()759 ucr1 |= UCR1_TRDYEN; in imx_uart_start_tx()974 if ((ucr1 & UCR1_TRDYEN) == 0) in imx_uart_int()1576 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN); in imx_uart_shutdown()1883 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN); in imx_uart_poll_init()2029 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write()2384 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_probe()
27 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */ macro
529 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */ macro