Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dimx.c68 #define UCR1_TRDYEN (1<<13) /* Transmitter ready interrupt enable */ macro
427 imx_uart_writel(sport, ucr1 & ~UCR1_TRDYEN, UCR1); in imx_uart_stop_tx()
560 ucr1 &= ~UCR1_TRDYEN; in imx_uart_transmit_buffer()
741 imx_uart_writel(sport, ucr1 | UCR1_TRDYEN, UCR1); in imx_uart_start_tx()
750 ucr1 |= UCR1_TRDYEN; in imx_uart_start_tx()
1018 if ((ucr1 & UCR1_TRDYEN) == 0) in imx_uart_int()
1631 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_RXDMAEN | in imx_uart_shutdown()
1969 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN); in imx_uart_poll_init()
2122 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write_atomic()
2163 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write_thread()
[all …]