Searched refs:SER_DCD (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/sys/sys/
H A Dserial.h50 #define SER_DCD 0x0020 /* data carrier detect */ macro
64 #define SER_DDCD SER_DELTA(SER_DCD)
/freebsd-12-stable/sys/dev/scc/
H A Dscc_dev_z8530.c147 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
163 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/dev/usb/serial/
H A Dusb_serial.c968 if (sc->sc_msr & SER_DCD) {
969 sigon |= SER_DCD;
1184 pps_signal = SER_DCD;
1201 if (msr_delta & SER_DCD) {
1203 onoff = (sc->sc_msr & SER_DCD) ? 1 : 0;
H A Dubser.c521 *msr = SER_DCD;
H A Dubsa.c662 sc->sc_msr |= SER_DCD;
H A Dumct.c406 sc->sc_msr |= SER_DCD;
H A Dumoscom.c544 *p_msr |= SER_DCD;
H A Duvscom.c477 sc->sc_msr |= SER_DCD;
H A Dufoma.c763 sc->sc_msr |= SER_DCD;
H A Dumcs.c761 *msr |= SER_DCD;
H A Dumodem.c833 sc->sc_msr |= SER_DCD;
H A Duplcom.c1068 sc->sc_msr |= SER_DCD;
/freebsd-12-stable/sys/dev/uart/
H A Duart_dev_z8530.c384 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
475 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
H A Duart_dev_quicc.c341 SIGCHG(dummy, sig, SER_DCD, SER_DDCD);
H A Duart_tty.c358 ttydisc_modem(tp, sig & SER_DCD);
H A Duart_core.c152 pps_sig = SER_DCD;
H A Duart_dev_imx.c408 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); local
H A Duart_dev_sab82532.c472 SIGCHG(vstr & SAB_VSTR_CD, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/dev/nmdm/
H A Dnmdm.c394 i |= SER_DCD;
/freebsd-12-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c437 SIGCHG(1, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c361 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c520 SIGCHG(msr & MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Duart_dev_aml8726.c342 SIGCHG(1, sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c635 sig, SER_DCD, SER_DDCD);
/freebsd-12-stable/sys/dev/rp/
H A Drp.c947 k |= SER_DCD;

Completed in 332 milliseconds

12