Home
last modified time | relevance | path

Searched refs:SIGCHG (Results 1 – 6 of 6) 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/dev/uart/
H A Duart_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()
H A Duart_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()
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()
/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()