Searched refs:ucr4 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 411 u32 ucr1, ucr4, usr2; in imx_uart_stop_tx() local 426 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_tx() 428 if ((!(usr2 & USR2_TXDC)) && (ucr4 & UCR4_TCEN)) { in imx_uart_stop_tx() 433 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx() 434 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_tx() 476 u32 ucr1, ucr2, ucr4, uts; in imx_uart_stop_rx_with_loopback_ctrl() local 480 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_stop_rx_with_loopback_ctrl() 487 ucr4 &= ~UCR4_OREN; in imx_uart_stop_rx_with_loopback_ctrl() 490 imx_uart_writel(sport, ucr4, UCR4); in imx_uart_stop_rx_with_loopback_ctrl() 609 u32 ucr4 = imx_uart_readl(sport, UCR4); in imx_uart_dma_tx_callback() local [all …]
|
/openbmc/qemu/hw/char/ |
H A D | imx_serial.c | 59 VMSTATE_UINT32(ucr4, IMXSerialState), 90 mask |= s->ucr4 & (UCR4_WKEN | UCR4_TCEN | UCR4_DREN | UCR4_OREN); in imx_update() 244 return s->ucr4; in imx_serial_read() 351 s->ucr4 = value & 0xffff; in imx_serial_write()
|
/openbmc/qemu/include/hw/char/ |
H A D | imx_serial.h | 122 uint32_t ucr4; member
|