Searched refs:TIOCM_OUT2 (Results 1 – 17 of 17) sorted by relevance
335 set &= ~(TIOCM_OUT2 | TIOCM_RTS); in hci_uart_set_flow_control()338 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()340 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()348 set |= (TIOCM_OUT2 | TIOCM_RTS); in hci_uart_set_flow_control()351 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()353 TIOCM_OUT2 | TIOCM_LOOP; in hci_uart_set_flow_control()
18 mctrl |= TIOCM_OUT1 | TIOCM_OUT2; in alpha_jensen_set_mctrl()
224 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()243 tiocm |= TIOCM_OUT2; in serial8250_MCR_to_TIOCM()
2370 up->port.mctrl |= TIOCM_OUT2; in serial8250_do_startup()2492 port->mctrl &= ~TIOCM_OUT2; in serial8250_do_shutdown()
45 #define TIOCM_OUT2 0x4000 macro
77 #define TIOCM_OUT2 0x4000 macro
397 (ctrl & UART_MCR_OUT2 ? TIOCM_OUT2 : 0); in ark3116_tiocmget()418 if (set & TIOCM_OUT2) in ark3116_tiocmset()426 if (clr & TIOCM_OUT2) in ark3116_tiocmset()
67 #define TIOCM_OUT2 0x4000 macro
72 # define TIOCM_OUT2 0x4000 macro
198 #define TIOCM_OUT2 0x4000 macro
306 if (mctrl & TIOCM_OUT2) in serial_pxa_set_mctrl()373 up->port.mctrl |= TIOCM_OUT2; in serial_pxa_startup()410 up->port.mctrl &= ~TIOCM_OUT2; in serial_pxa_shutdown()
589 if (mctrl & TIOCM_OUT2) in sunsu_set_mctrl()689 up->port.mctrl |= TIOCM_OUT2; in sunsu_startup()741 up->port.mctrl &= ~TIOCM_OUT2; in sunsu_shutdown()
651 if (mctrl & TIOCM_OUT2) in serial_omap_set_mctrl()737 up->port.mctrl |= TIOCM_OUT2; in serial_omap_startup()775 up->port.mctrl &= ~TIOCM_OUT2; in serial_omap_shutdown()
500 if (mctrl & TIOCM_OUT2) in men_z135_set_mctrl()
1638 TIOCMBIT(TIOCM_OUT2, UART011_CR_OUT2); in pl011_set_mctrl()
225 if (mctrl & TIOCM_OUT2) in sdio_uart_write_mctrl()628 port->mctrl = TIOCM_OUT2; in sdio_uart_activate()681 sdio_uart_clear_mctrl(port, TIOCM_OUT2); in sdio_uart_shutdown()
2551 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2552 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()