Symbol: UART_MCR_LOOP
drivers/mmc/core/sdio_uart.c
226
mcr |= UART_MCR_LOOP;
drivers/ssb/driver_extif.c
47
regs[UART_MCR] = (UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS);
drivers/tty/serial/8250/8250.h
245
mcr |= UART_MCR_LOOP;
drivers/tty/serial/8250/8250.h
262
if (mcr & UART_MCR_LOOP)
drivers/tty/serial/8250/8250_dw.c
188
serial_port_out(p, UART_MCR, up->mcr | UART_MCR_LOOP);
drivers/tty/serial/8250/8250_port.c
1142
serial8250_out_MCR(up, UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS);
drivers/tty/serial/8250/8250_port.c
735
serial8250_out_MCR(up, UART_MCR_LOOP);
drivers/tty/serial/8250/8250_port.c
970
if (!((status2 ^ status1) & UART_MCR_LOOP)) {
drivers/tty/serial/8250/8250_port.c
972
serial8250_out_MCR(up, status1 ^ UART_MCR_LOOP);
drivers/tty/serial/8250/8250_port.c
978
if ((status2 ^ status1) & UART_MCR_LOOP) {
drivers/tty/serial/omap-serial.c
625
mcr |= UART_MCR_LOOP;
drivers/tty/serial/omap-serial.c
628
old_mcr &= ~(UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_OUT1 |
drivers/tty/serial/pch_uart.c
1124
mcr |= UART_MCR_LOOP;
drivers/tty/serial/pxa.c
286
mcr |= UART_MCR_LOOP;
drivers/tty/serial/serial-tegra.c
226
mcr |= UART_MCR_LOOP;
drivers/tty/serial/serial-tegra.c
228
mcr &= ~UART_MCR_LOOP;
drivers/tty/serial/sunplus-uart.c
124
mcr |= UART_MCR_LOOP;
drivers/tty/serial/sunplus-uart.c
126
mcr &= ~UART_MCR_LOOP;
drivers/tty/serial/sunplus-uart.c
149
if (mcr & UART_MCR_LOOP)
drivers/tty/serial/sunsu.c
1059
serial_out(up, UART_MCR, UART_MCR_LOOP | 0x0A);
drivers/tty/serial/sunsu.c
568
mcr |= UART_MCR_LOOP;
drivers/usb/serial/f81534.c
792
F81534_MODEM_CONTROL_REG, UART_MCR_LOOP);
drivers/usb/serial/mos7720.c
1592
mcr |= UART_MCR_LOOP;
drivers/usb/serial/mos7720.c
1599
mcr &= ~UART_MCR_LOOP;