Home
last modified time | relevance | path

Searched refs:UCR2_WS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c47 #define UCR2_WS (1<<5) /* Word size */ macro
172 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c90 #define UCR2_WS (1<<5) /* Word size */ macro
1683 ucr2 |= UCR2_WS; in imx_uart_set_termios()
2074 if (ucr2 & UCR2_WS) in imx_uart_console_get_options()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h549 #define UCR2_WS (1<<5) /* Word size */ macro