Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dimx_serial.h79 #define UCR4_TCEN BIT(3) /* TX complete interrupt enable */ macro
/openbmc/linux/drivers/tty/serial/
H A Dimx.c117 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
428 if ((!(usr2 & USR2_TXDC)) && (ucr4 & UCR4_TCEN)) { in imx_uart_stop_tx()
433 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
610 ucr4 |= UCR4_TCEN; in imx_uart_dma_tx_callback()
632 ucr4 &= ~UCR4_TCEN; in imx_uart_dma_tx()
734 ucr4 |= UCR4_TCEN; in imx_uart_start_tx()
1019 if ((ucr4 & UCR4_TCEN) == 0) in imx_uart_int()
1636 ucr4 &= ~UCR4_TCEN; in imx_uart_shutdown()
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c71 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
/openbmc/qemu/hw/char/
H A Dimx_serial.c90 mask |= s->ucr4 & (UCR4_WKEN | UCR4_TCEN | UCR4_DREN | UCR4_OREN); in imx_update()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h574 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro