Searched refs:UART_MCR_LOOP (Results 1 – 6 of 6) sorted by relevance
124 mcr |= UART_MCR_LOOP; in sunplus_set_mctrl()126 mcr &= ~UART_MCR_LOOP; in sunplus_set_mctrl()149 if (mcr & UART_MCR_LOOP) in sunplus_get_mctrl()
226 mcr |= UART_MCR_LOOP; in set_loopbk()228 mcr &= ~UART_MCR_LOOP; in set_loopbk()
133 #define UART_MCR_LOOP 0x10 /* Enable loopback test mode */ macro
47 regs[UART_MCR] = (UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS); in serial_exists()
162 serial_port_out(p, UART_MCR, up->mcr | UART_MCR_LOOP); in dw8250_idle_enter()
226 mcr |= UART_MCR_LOOP; in sdio_uart_write_mctrl()