Searched refs:UCR1_UARTEN (Results 1 – 5 of 5) sorted by relevance
70 #define UCR1_UARTEN (1<<0) /* UART Enable */ macro
37 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro178 writel(UCR1_UARTEN, &base->cr1); in _mxc_serial_setbrg()
80 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro1506 ucr1 |= UCR1_UARTEN; in imx_uart_startup()1629 ucr1 |= UCR1_UARTEN; in imx_uart_shutdown()1631 ucr1 &= ~UCR1_UARTEN; in imx_uart_shutdown()1907 ucr1 |= UCR1_UARTEN; in imx_uart_poll_init()2052 ucr1 |= UCR1_UARTEN; in imx_uart_console_write()2082 if (imx_uart_readl(sport, UCR1) & UCR1_UARTEN) { in imx_uart_console_get_options()2405 ucr1 |= UCR1_UARTEN; in imx_uart_probe()
178 s->ucr1 = UCR1_UARTEN; in imx_serial_reset_at_boot()
540 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro