Searched refs:SER_RTS (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | serial.h | 45 #define SER_RTS 0x0002 /* request to send */ macro 59 #define SER_DRTS SER_DELTA(SER_RTS)
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | uart_dev_ar933x.c | 637 SIGCHG(sig & SER_RTS, new, SER_RTS, in ar933x_bus_setsig() 645 if (new & SER_RTS) in ar933x_bus_setsig()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | uart_dev_oct16550.c | 459 sc->sc_hwsig |= SER_RTS; in oct16550_bus_attach() 772 SIGCHG(sig & SER_RTS, new, SER_RTS, in oct16550_bus_setsig() 780 if (new & SER_RTS) in oct16550_bus_setsig()
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | uart_dev_cdnc.c | 492 SIGCHG(sig & SER_RTS, new, SER_RTS, SER_DRTS); in cdnc_uart_bus_setsig() 500 if ((new & SER_RTS) != 0) in cdnc_uart_bus_setsig()
|
| /f-stack/freebsd/kern/ |
| H A D | tty.c | 335 ttydevsw_modem(tp, SER_DTR|SER_RTS, 0); in ttydev_open()
|