Home
last modified time | relevance | path

Searched refs:UCR2_RXEN (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/char/
H A Dimx_serial.c301 if (value & UCR2_RXEN) { in imx_serial_write()
302 if (!(s->ucr2 & UCR2_RXEN)) { in imx_serial_write()
370 return s->ucr2 & UCR2_RXEN && fifo32_num_used(&s->rx_fifo) < FIFO_SIZE; in imx_can_receive()
/openbmc/qemu/include/hw/char/
H A Dimx_serial.h74 #define UCR2_RXEN (1<<1) /* Receiver enable */ macro
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c49 #define UCR2_RXEN (1<<1) /* Receiver enabled */ 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.c93 #define UCR2_RXEN (1<<1) /* Receiver enabled */ macro
392 ucr2 |= UCR2_RXEN; in imx_uart_start_rx()
499 ucr2 |= UCR2_RXEN; in imx_uart_stop_rx_with_loopback_ctrl()
501 ucr2 &= ~UCR2_RXEN; in imx_uart_stop_rx_with_loopback_ctrl()
1536 ucr2 |= (UCR2_RXEN | UCR2_TXEN); in imx_uart_startup()
1709 ucr2 = old_ucr2 & (UCR2_TXEN | UCR2_RXEN | UCR2_ATEN | UCR2_CTS); in imx_uart_set_termios()
1910 ucr2 |= UCR2_RXEN | UCR2_TXEN; in imx_uart_poll_init()
2409 ucr2 |= UCR2_RXEN; in imx_uart_probe()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h552 #define UCR2_RXEN (1<<1) /* Receiver enabled */ macro