Searched refs:SER_DTR (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dserial.h43 #define SER_DTR 0x0001 /* data terminal ready */ macro
57 #define SER_DDTR SER_DELTA(SER_DTR)
/freebsd-10-stable/sys/dev/nmdm/
H A Dnmdm.c382 if (sigon & SER_DTR)
384 if (sigoff & SER_DTR)
394 i |= SER_DTR;
/freebsd-10-stable/sys/dev/usb/serial/
H A Dusb_serial.c596 ucom_modem(tp, 0, SER_DTR);
737 ucom_modem(tp, SER_DTR | SER_RTS, 0);
897 if (sc->sc_mcr & SER_DTR) {
898 sigon |= SER_DTR;
917 if (sigon & SER_DTR) {
918 sc->sc_mcr |= SER_DTR;
920 if (sigoff & SER_DTR) {
921 sc->sc_mcr &= ~SER_DTR;
929 onoff = (sc->sc_mcr & SER_DTR) ? 1 : 0;
/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_sab82532.c671 SIGCHG(sig & SER_DTR, new, SER_DTR,
685 if (new & SER_DTR)
691 if (new & SER_DTR)
H A Duart_dev_z8530.c587 SIGCHG(sig & SER_DTR, new, SER_DTR,
597 if (new & SER_DTR)
H A Duart_dev_quicc.c458 SIGCHG(sig & SER_DTR, new, SER_DTR,
H A Duart_dev_ns8250.c500 sc->sc_hwsig |= SER_DTR;
966 new = (new & ~SER_DTR) | (sig & (SER_DTR | SER_DDTR));
974 if (new & SER_DTR)
H A Duart_dev_lpc.c485 sc->sc_hwsig |= SER_DTR;
860 SIGCHG(sig & SER_DTR, new, SER_DTR,
870 if (new & SER_DTR)
H A Duart_tty.c281 UART_SETSIG(sc, SER_DDTR | SER_DTR);
/freebsd-10-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c455 sc->sc_hwsig |= SER_DTR;
769 SIGCHG(sig & SER_DTR, new, SER_DTR,
779 if (new & SER_DTR)
/freebsd-10-stable/sys/dev/rc/
H A Drc.c894 (void) rc_modem(tp, 0, SER_DTR);
1013 rc_modem(tp, SER_DTR, 0);
1059 biton |= SER_DTR;
1066 if (biton & SER_DTR)
1068 if (bitoff & SER_DTR)
1071 if (biton & SER_DTR)
1073 if (bitoff & SER_DTR)
/freebsd-10-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c683 SIGCHG(sig & SER_DTR, new, SER_DTR,
693 if (new & SER_DTR)
/freebsd-10-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c493 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR);
502 if ((new & SER_DTR) != 0)
/freebsd-10-stable/sys/dev/si/
H A Dsi.c955 (void) simodem(tp, 0, SER_DTR | SER_RTS);
961 (void) simodem(tp, SER_DTR | SER_RTS, 0);
995 if (x & IP_DTR) sigon |= SER_DTR;
1002 if (sigon & SER_DTR)
1004 if (sigoff & SER_DTR)
1032 (void) simodem(tp, 0, SER_DTR | SER_RTS);
/freebsd-10-stable/sys/dev/cy/
H A Dcy.c528 (void)cymodem(tp, 0, SER_DTR);
1261 (void)cymodem(tp, 0, SER_DTR);
1263 (void)cymodem(tp, SER_DTR, 0);
1852 sigon |= SER_DTR;
1879 if (sigon & SER_DTR)
1881 if (sigoff & SER_DTR)
/freebsd-10-stable/sys/dev/digi/
H A Ddigi.c627 sigon |= SER_DTR;
634 if (sigoff & SER_DTR)
638 if (sigon & SER_DTR)
745 digimodem(tp, 0, SER_DTR | SER_RTS);
1010 digimodem(port->tp, 0, SER_DTR | SER_RTS);
1012 digimodem(port->tp, SER_DTR | SER_RTS, 0);
/freebsd-10-stable/sys/dev/rp/
H A Drp.c978 if (sigon & SER_DTR)
980 if (sigoff & SER_DTR)
995 k |= SER_DTR;
/freebsd-10-stable/sys/arm/at91/
H A Duart_dev_at91usart.c590 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR);
596 if (new & SER_DTR)
/freebsd-10-stable/sys/dev/sio/
H A Dsio.c1224 (void)commodem(tp, 0, SER_DTR);
1799 (void)commodem(tp, 0, SER_DTR); /* hang up line */
1801 (void)commodem(tp, SER_DTR, 0);
2139 if (sigoff & SER_DTR)
2143 if (sigon & SER_DTR)
2157 bitor |= SER_DTR;
/freebsd-10-stable/sys/pc98/cbus/
H A Dsio.c1942 (void)commodem(tp, 0, SER_DTR);
2780 (void)commodem(tp, 0, SER_DTR); /* hang up line */
2782 (void)commodem(tp, SER_DTR, 0);
3227 if (sigoff & SER_DTR) {
3235 if (sigon & SER_DTR) {
3255 if (sigoff & SER_DTR)
3259 if (sigon & SER_DTR)
3281 bitor |= SER_DTR;
/freebsd-10-stable/sys/sparc64/pci/
H A Dsbbc.c1065 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR);
/freebsd-10-stable/sys/kern/
H A Dtty.c299 ttydevsw_modem(tp, SER_DTR|SER_RTS, 0);
1517 ttydevsw_modem(tp, SER_DTR, 0);
1520 ttydevsw_modem(tp, 0, SER_DTR);
/freebsd-10-stable/sys/dev/cx/
H A Dif_cx.c1508 if (d->chan->dtr) sigon |= SER_DTR;
1514 if (sigon & SER_DTR)
1516 if (sigoff & SER_DTR)
/freebsd-10-stable/sys/dev/usb/net/
H A Dif_usie.c744 sc->sc_msr |= (param & USIE_DTR) ? SER_DTR : 0;

Completed in 218 milliseconds