Searched refs:UCR1_UARTEN (Results 1 – 1 of 1) sorted by relevance
90 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro1155 temp |= UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN; in imx_startup()1227 temp &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN); in imx_shutdown()1512 temp |= UCR1_UARTEN | UCR1_RRDYEN; in imx_poll_init()1657 ucr1 |= UCR1_UARTEN; in imx_console_write()1690 if (readl(sport->port.membase + UCR1) & UCR1_UARTEN) { in imx_console_get_options()