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()
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()
250 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()269 tiocm |= TIOCM_OUT2; in serial8250_MCR_to_TIOCM()
514 port->mctrl &= ~TIOCM_OUT2; in pci1xxxx_port_suspend()540 port->mctrl |= TIOCM_OUT2; in pci1xxxx_port_resume()
2384 up->port.mctrl |= TIOCM_OUT2; in serial8250_do_startup()2508 port->mctrl &= ~TIOCM_OUT2; in serial8250_do_shutdown()
67 #define TIOCM_OUT2 0x4000 macro
72 # define TIOCM_OUT2 0x4000 macro
283 if (mctrl & TIOCM_OUT2) in serial_pxa_set_mctrl()350 up->port.mctrl |= TIOCM_OUT2; in serial_pxa_startup()387 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()
622 if (mctrl & TIOCM_OUT2) in serial_omap_set_mctrl()708 up->port.mctrl |= TIOCM_OUT2; in serial_omap_startup()746 up->port.mctrl &= ~TIOCM_OUT2; in serial_omap_shutdown()
491 if (mctrl & TIOCM_OUT2) in men_z135_set_mctrl()
1621 pl011_assign_bit(mctrl & TIOCM_OUT2, &cr, UART011_CR_OUT2); in pl011_set_mctrl()
223 if (mctrl & TIOCM_OUT2) in sdio_uart_write_mctrl()623 port->mctrl = TIOCM_OUT2; in sdio_uart_activate()676 sdio_uart_clear_mctrl(port, TIOCM_OUT2); in sdio_uart_shutdown()
2583 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2584 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
560 if (dlci->modem_tx & TIOCM_OUT2) in gsm_encode_modem()