Home
last modified time | relevance | path

Searched refs:SER_RTS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dserial.h45 #define SER_RTS 0x0002 /* request to send */ macro
59 #define SER_DRTS SER_DELTA(SER_RTS)
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c637 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 Duart_dev_oct16550.c459 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 Duart_dev_cdnc.c492 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 Dtty.c335 ttydevsw_modem(tp, SER_DTR|SER_RTS, 0); in ttydev_open()