Home
last modified time | relevance | path

Searched refs:SIGCHG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/scc/
H A Dscc_dev_z8530.c131 #define SIGCHG(c, i, s, d) \ macro
167 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
168 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
169 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend()
183 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
184 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
185 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend()
/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c280 #define SIGCHG(c, i, s, d) \ macro
296 SIGCHG(1, sig, SER_DSR, SER_DDSR); in sfuart_bus_getsig()
297 SIGCHG(1, sig, SER_DCD, SER_DDCD); in sfuart_bus_getsig()
298 SIGCHG(1, sig, SER_CTS, SER_DCTS); in sfuart_bus_getsig()
314 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR); in sfuart_bus_setsig()
317 SIGCHG(sig & SER_RTS, new, SER_RTS, SER_DRTS); in sfuart_bus_setsig()
/freebsd/sys/arm/xilinx/
H A Duart_dev_cdnc.c164 #define SIGCHG(c, i, s, d) \ macro
486 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR); in cdnc_uart_bus_setsig()
489 SIGCHG(sig & SER_RTS, new, SER_RTS, SER_DRTS); in cdnc_uart_bus_setsig()
624 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_DSR, in cdnc_uart_bus_getsig()
626 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_CTS, in cdnc_uart_bus_getsig()
628 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_DCD, in cdnc_uart_bus_getsig()
630 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_RI, in cdnc_uart_bus_getsig()
/freebsd/sys/dev/uart/
H A Duart_dev_imx.c324 #define SIGCHG(c, i, s, d) \ macro
458 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); in imx_uart_bus_getsig()