Searched refs:TIOCM_OUT2 (Results 1 – 22 of 22) 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()
45 #define TIOCM_OUT2 0x4000 macro
38 #define TIOCM_OUT2 0x4000 macro
44 #define TIOCM_OUT2 0x4000 macro
177 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()196 tiocm |= TIOCM_OUT2; in serial8250_MCR_to_TIOCM()
2343 up->port.mctrl |= TIOCM_OUT2; in serial8250_do_startup()2465 port->mctrl &= ~TIOCM_OUT2; in serial8250_do_shutdown()
77 #define TIOCM_OUT2 0x4000 macro
411 (ctrl & UART_MCR_OUT2 ? TIOCM_OUT2 : 0); in ark3116_tiocmget()432 if (set & TIOCM_OUT2) in ark3116_tiocmset()440 if (clr & TIOCM_OUT2) in ark3116_tiocmset()
67 #define TIOCM_OUT2 0x4000 macro
72 # define TIOCM_OUT2 0x4000 macro
241 #define TIOCM_OUT2 0x4000 macro
288 #define MCTRL_MASK (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | TIOCM_OUT2 | \
305 if (mctrl & TIOCM_OUT2) in serial_pxa_set_mctrl()372 up->port.mctrl |= TIOCM_OUT2; in serial_pxa_startup()409 up->port.mctrl &= ~TIOCM_OUT2; in serial_pxa_shutdown()
196 if (mctrl & TIOCM_OUT2) in siu_set_mctrl()479 port->mctrl &= ~TIOCM_OUT2; in siu_shutdown()
588 if (mctrl & TIOCM_OUT2) in sunsu_set_mctrl()688 up->port.mctrl |= TIOCM_OUT2; in sunsu_startup()740 up->port.mctrl &= ~TIOCM_OUT2; in sunsu_shutdown()
649 if (mctrl & TIOCM_OUT2) in serial_omap_set_mctrl()735 up->port.mctrl |= TIOCM_OUT2; in serial_omap_startup()773 up->port.mctrl &= ~TIOCM_OUT2; in serial_omap_shutdown()
500 if (mctrl & TIOCM_OUT2) in men_z135_set_mctrl()
1632 TIOCMBIT(TIOCM_OUT2, UART011_CR_OUT2); in pl011_set_mctrl()
224 if (mctrl & TIOCM_OUT2) in sdio_uart_write_mctrl()641 port->mctrl = TIOCM_OUT2; in sdio_uart_activate()694 sdio_uart_clear_mctrl(port, TIOCM_OUT2); in sdio_uart_shutdown()
2585 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2586 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
91 - TIOCM_OUT2 OUT2 signal.
Completed in 58 milliseconds