Searched refs:UCR1_UARTEN (Results 1 – 2 of 2) sorted by relevance
32 #define UCR1_UARTEN 1 macro47 if (!(UART(UCR1) & UCR1_UARTEN)) in putc()
94 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro672 temp |= UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN; in imx_startup()782 temp &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN); in imx_shutdown()1070 ucr1 |= UCR1_UARTEN; in imx_console_write()1098 if (readl(sport->port.membase + UCR1) & UCR1_UARTEN) { in imx_console_get_options()