Searched refs:UCR1_UARTEN (Results 1 – 3 of 3) sorted by relevance
38 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro174 writel(UCR1_UARTEN, &base->cr1); in _mxc_serial_setbrg()
81 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro1464 ucr1 |= UCR1_UARTEN; in imx_uart_startup()1576 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN); in imx_uart_shutdown()1882 ucr1 |= UCR1_UARTEN; in imx_uart_poll_init()2028 ucr1 |= UCR1_UARTEN; in imx_uart_console_write()2058 if (imx_uart_readl(sport, UCR1) & UCR1_UARTEN) { in imx_uart_console_get_options()
540 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro