Searched refs:SER_DDCD (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dserial.h62 #define SER_DDCD SER_DELTA(SER_DCD) macro
/freebsd-10-stable/sys/dev/scc/
H A Dscc_dev_z8530.c145 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
161 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_z8530.c381 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
472 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
H A Duart_dev_quicc.c338 SIGCHG(dummy, sig, SER_DCD, SER_DDCD);
H A Duart_tty.c350 if (sig & SER_DDCD)
H A Duart_dev_sab82532.c469 SIGCHG(vstr & SAB_VSTR_CD, sig, SER_DCD, SER_DDCD);
H A Duart_dev_imx.c405 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); local
H A Duart_dev_lpc.c549 SIGCHG(msr & MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/mips/adm5120/
H A Duart_dev_adm5120.c270 SIGCHG(bes & UART_FR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/mips/rt305x/
H A Duart_dev_rt305x.c333 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c436 SIGCHG(1, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c517 SIGCHG(msr & MSR_DCD, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c636 sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/sparc64/pci/
H A Dsbbc.c911 SIGCHG(dummy, sig, SER_DCD, SER_DDCD);
/freebsd-10-stable/sys/arm/at91/
H A Duart_dev_at91usart.c819 SIGCHG(!(csr & USART_CSR_DCD), sig, SER_DCD, SER_DDCD);

Completed in 134 milliseconds