Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dimx.c80 #define UCR1_RRDYEN (1<<9) /* Recv ready interrupt enable */ macro
412 writel(temp & ~UCR1_RRDYEN, sport->port.membase + UCR1); in imx_stop_rx()
734 temp &= ~(UCR1_RRDYEN); in imx_dma_rxint()
870 temp |= UCR1_RRDYEN; in imx_rx_dma_done()
1155 temp |= UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN; in imx_startup()
1227 temp &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN); in imx_shutdown()
1384 writel(old_ucr1 & ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN), in imx_set_termios()
1512 temp |= UCR1_UARTEN | UCR1_RRDYEN; in imx_poll_init()
1658 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_console_write()
1974 reg &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | in serial_imx_probe()