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

12

/freebsd-13-stable/sys/sys/
H A Dserial.h49 #define SER_DCD 0x0020 /* data carrier detect */ macro
63 #define SER_DDCD SER_DELTA(SER_DCD)
/freebsd-13-stable/sys/dev/scc/
H A Dscc_dev_z8530.c171 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
187 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c965 if (sc->sc_msr & SER_DCD) {
966 sigon |= SER_DCD;
1181 pps_signal = SER_DCD;
1198 if (msr_delta & SER_DCD) {
1199 onoff = (sc->sc_msr & SER_DCD) ? 1 : 0;
H A Dubser.c517 *msr = SER_DCD;
H A Dubsa.c659 sc->sc_msr |= SER_DCD;
H A Dumct.c404 sc->sc_msr |= SER_DCD;
H A Dumoscom.c544 *p_msr |= SER_DCD;
H A Duvscom.c475 sc->sc_msr |= SER_DCD;
H A Dufoma.c758 sc->sc_msr |= SER_DCD;
H A Dumcs.c760 *msr |= SER_DCD;
H A Dumodem.c828 sc->sc_msr |= SER_DCD;
H A Duplcom.c1066 sc->sc_msr |= SER_DCD;
H A Duslcom.c892 msr |= SER_DCD;
/freebsd-13-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.c361 ttydisc_modem(tp, sig & SER_DCD);
H A Duart_core.c152 pps_sig = SER_DCD;
H A Duart_dev_imx.c461 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); local
/freebsd-13-stable/sys/dev/nmdm/
H A Dnmdm.c395 i |= SER_DCD;
/freebsd-13-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c433 SIGCHG(1, sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c360 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/riscv/sifive/
H A Dsifive_uart.c294 SIGCHG(1, sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c519 SIGCHG(msr & MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c632 sig, SER_DCD, SER_DDCD);
/freebsd-13-stable/sys/kern/
H A Dtty.c350 while ((ttydevsw_modem(tp, 0, 0) & SER_DCD) == 0) {
1011 return (SER_DCD);

Completed in 314 milliseconds

12