Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c46 #define UCR2_WS (1<<5) /* Word size */ macro
176 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
/openbmc/linux/drivers/tty/serial/
H A Dimx.c89 #define UCR2_WS (1<<5) /* Word size */ macro
1713 ucr2 |= UCR2_WS; in imx_uart_set_termios()
2098 if (ucr2 & UCR2_WS) in imx_uart_console_get_options()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h549 #define UCR2_WS (1<<5) /* Word size */ macro