Searched refs:UCR1_TXMPTYEN (Results 1 – 1 of 1) sorted by relevance
83 #define UCR1_TXMPTYEN (1<<6) /* Transimitter empty interrupt enable */ macro372 writel(temp & ~UCR1_TXMPTYEN, port->membase + UCR1); in imx_stop_tx()450 temp &= ~UCR1_TXMPTYEN; in imx_transmit_buffer()597 writel(temp | UCR1_TXMPTYEN, sport->port.membase + UCR1); in imx_start_tx()606 temp |= UCR1_TXMPTYEN; in imx_start_tx()765 readl(sport->port.membase + UCR1) & UCR1_TXMPTYEN) || in imx_int()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()1513 temp &= ~(UCR1_TXMPTYEN | UCR1_RTSDEN); in imx_poll_init()1658 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_console_write()[all …]