Home
last modified time | relevance | path

Searched refs:UCR1_UARTEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/plat-mxc/include/mach/
Duncompress.h32 #define UCR1_UARTEN 1 macro
47 if (!(UART(UCR1) & UCR1_UARTEN)) in putc()
/linux-2.6.39/drivers/tty/serial/
Dimx.c94 #define UCR1_UARTEN (1<<0) /* UART enabled */ macro
672 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()