Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/scc/
HDscc_dev_z8530.c132 #define SIGCHG(c, i, s, d) \ macro
168 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
169 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
170 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend()
184 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
185 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
186 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend()
/freebsd-14-stable/sys/dev/uart/
HDuart_dev_z8530.c314 #define SIGCHG(c, i, s, d) \ macro
381 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_getsig()
382 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_getsig()
383 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bus_getsig()
472 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_ipend()
473 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_ipend()
474 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bus_ipend()
586 SIGCHG(sig & SER_DTR, new, SER_DTR, in z8530_bus_setsig()
590 SIGCHG(sig & SER_RTS, new, SER_RTS, in z8530_bus_setsig()
HDuart_dev_quicc.c278 #define SIGCHG(c, i, s, d) \ macro
338 SIGCHG(dummy, sig, SER_CTS, SER_DCTS); in quicc_bus_getsig()
339 SIGCHG(dummy, sig, SER_DCD, SER_DDCD); in quicc_bus_getsig()
340 SIGCHG(dummy, sig, SER_DSR, SER_DDSR); in quicc_bus_getsig()
455 SIGCHG(sig & SER_DTR, new, SER_DTR, in quicc_bus_setsig()
459 SIGCHG(sig & SER_RTS, new, SER_RTS, in quicc_bus_setsig()
HDuart_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()
/freebsd-14-stable/sys/riscv/sifive/
HDsifive_uart.c281 #define SIGCHG(c, i, s, d) \ macro
297 SIGCHG(1, sig, SER_DSR, SER_DDSR); in sfuart_bus_getsig()
298 SIGCHG(1, sig, SER_DCD, SER_DDCD); in sfuart_bus_getsig()
299 SIGCHG(1, sig, SER_CTS, SER_DCTS); in sfuart_bus_getsig()
315 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR); in sfuart_bus_setsig()
318 SIGCHG(sig & SER_RTS, new, SER_RTS, SER_DRTS); in sfuart_bus_setsig()
/freebsd-14-stable/sys/arm/xilinx/
HDuart_dev_cdnc.c165 #define SIGCHG(c, i, s, d) \ macro
487 SIGCHG(sig & SER_DTR, new, SER_DTR, SER_DDTR); in cdnc_uart_bus_setsig()
490 SIGCHG(sig & SER_RTS, new, SER_RTS, SER_DRTS); in cdnc_uart_bus_setsig()
625 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_DSR, in cdnc_uart_bus_getsig()
627 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_CTS, in cdnc_uart_bus_getsig()
629 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_DCD, in cdnc_uart_bus_getsig()
631 SIGCHG(modem_status & CDNC_UART_MODEM_STAT_REG_RI, in cdnc_uart_bus_getsig()