Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dimx.c154 #define UTS_LOOP (1<<12) /* Loop tx and rx */ macro
379 uts &= ~UTS_LOOP; in imx_uart_disable_loopback_rs485()
497 uts |= UTS_LOOP; in imx_uart_stop_rx_with_loopback_ctrl()
1132 uts = imx_uart_readl(sport, imx_uart_uts_reg(sport)) & ~UTS_LOOP; in imx_uart_set_mctrl()
1134 uts |= UTS_LOOP; in imx_uart_set_mctrl()
1627 uts |= UTS_LOOP; in imx_uart_shutdown()
2401 uts |= UTS_LOOP; in imx_uart_probe()
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c104 #define UTS_LOOP (1<<12) /* Loop tx and rx */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h604 #define UTS_LOOP (1<<12) /* Loop tx and rx */ macro