Searched refs:SER_DDCD (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/scc/ |
H A D | scc_dev_z8530.c | 168 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend() 184 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
|
/freebsd/sys/sys/ |
H A D | serial.h | 61 #define SER_DDCD SER_DELTA(SER_DCD) macro
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 360 if (sig & SER_DDCD) in uart_tty_intr()
|
H A D | uart_dev_imx.c | 458 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); in imx_uart_bus_getsig()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_uart.c | 297 SIGCHG(1, sig, SER_DCD, SER_DDCD); in sfuart_bus_getsig()
|
/freebsd/sys/arm/xilinx/ |
H A D | uart_dev_cdnc.c | 629 sig, SER_DCD, SER_DDCD); in cdnc_uart_bus_getsig()
|