Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dserial.h65 #define SER_MASK_DELTA SER_DELTA(SER_MASK_STATE) macro
83 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE)
/freebsd/sys/dev/scc/
H A Dscc_dev_z8530.c170 if (sig & SER_MASK_DELTA) { in z8530_bfe_ipend()
186 if (sig & SER_MASK_DELTA) { in z8530_bfe_ipend()
/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c299 new = sig & ~SER_MASK_DELTA; in sfuart_bus_getsig()
/freebsd/sys/arm/xilinx/
H A Duart_dev_cdnc.c632 new = sig & ~SER_MASK_DELTA; in cdnc_uart_bus_getsig()
/freebsd/sys/dev/uart/
H A Duart_dev_imx.c459 new = sig & ~SER_MASK_DELTA; in imx_uart_bus_getsig()
H A Duart_dev_ns8250.c710 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, sig & ~SER_MASK_DELTA)); in ns8250_bus_getsig()