Searched refs:TIOCM_OUT1 (Results 1 – 18 of 18) sorted by relevance
18 mctrl |= TIOCM_OUT1 | TIOCM_OUT2; in alpha_jensen_set_mctrl()
222 if (tiocm & TIOCM_OUT1) in serial8250_TIOCM_to_MCR()241 tiocm |= TIOCM_OUT1; in serial8250_MCR_to_TIOCM()
2370 up->port.mctrl |= TIOCM_OUT1; in serial8250_do_startup()2496 port->mctrl |= TIOCM_OUT1; in serial8250_do_shutdown()
44 #define TIOCM_OUT1 0x2000 macro
76 #define TIOCM_OUT1 0x2000 macro
337 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()339 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()350 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()352 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
396 (ctrl & UART_MCR_OUT1 ? TIOCM_OUT1 : 0) | in ark3116_tiocmget()416 if (set & TIOCM_OUT1) in ark3116_tiocmset()424 if (clr & TIOCM_OUT1) in ark3116_tiocmset()
66 #define TIOCM_OUT1 0x2000 macro
71 # define TIOCM_OUT1 0x2000 macro
197 #define TIOCM_OUT1 0x2000 macro
586 if (mctrl & TIOCM_OUT1) in sunsu_set_mctrl()738 up->port.mctrl |= TIOCM_OUT1; in sunsu_shutdown()
492 if (mctrl & TIOCM_OUT1) in men_z135_set_mctrl()
281 if (mctrl & TIOCM_OUT1) in serial_pxa_set_mctrl()
627 if (mctrl & TIOCM_OUT1) in serial_omap_set_mctrl()
1639 TIOCMBIT(TIOCM_OUT1, UART011_CR_OUT1); in pl011_set_mctrl()
223 if (mctrl & TIOCM_OUT1) in sdio_uart_write_mctrl()
2557 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()2558 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP; in tty_tiocmset()
550 if (dlci->modem_tx & TIOCM_OUT1) in gsm_encode_modem()
Completed in 52 milliseconds