Home
last modified time | relevance | path

Searched refs:UART_MCR_LOOP (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/tty/serial/8250/
A D8250.h180 mcr |= UART_MCR_LOOP; in serial8250_TIOCM_to_MCR()
197 if (mcr & UART_MCR_LOOP) in serial8250_MCR_to_TIOCM()
A D8250_port.c861 serial8250_out_MCR(up, UART_MCR_LOOP); in size_fifo()
1099 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a()
1101 serial8250_out_MCR(up, status1 ^ UART_MCR_LOOP); in autoconfig_16550a()
1107 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a()
1280 serial8250_out_MCR(up, UART_MCR_LOOP | 0x0A); in autoconfig()
/linux/include/uapi/linux/
A Dserial_reg.h127 #define UART_MCR_LOOP 0x10 /* Enable loopback test mode */ macro
/linux/drivers/ssb/
A Ddriver_extif.c47 regs[UART_MCR] = (UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS); in serial_exists()
/linux/drivers/tty/serial/
A Dsunsu.c591 mcr |= UART_MCR_LOOP; in sunsu_set_mctrl()
1084 serial_outp(up, UART_MCR, UART_MCR_LOOP | 0x0A); in sunsu_autoconfig()
A Dserial-tegra.c227 mcr |= UART_MCR_LOOP; in set_loopbk()
229 mcr &= ~UART_MCR_LOOP; in set_loopbk()
A Domap-serial.c652 mcr |= UART_MCR_LOOP; in serial_omap_set_mctrl()
655 old_mcr &= ~(UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_OUT1 | in serial_omap_set_mctrl()
A Dpxa.c308 mcr |= UART_MCR_LOOP; in serial_pxa_set_mctrl()
A Dvr41xx_siu.c199 mcr |= UART_MCR_LOOP; in siu_set_mctrl()
A Dpch_uart.c1194 mcr |= UART_MCR_LOOP; in pch_uart_set_mctrl()
/linux/drivers/usb/serial/
A Dmos7720.c1608 mcr |= UART_MCR_LOOP; in mos7720_tiocmset()
1615 mcr &= ~UART_MCR_LOOP; in mos7720_tiocmset()
A Df81534.c788 F81534_MODEM_CONTROL_REG, UART_MCR_LOOP); in f81534_check_port_hw_disabled()
/linux/drivers/mmc/core/
A Dsdio_uart.c227 mcr |= UART_MCR_LOOP; in sdio_uart_write_mctrl()

Completed in 35 milliseconds