Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dserial.h67 #define SER_MASK_DELTA SER_DELTA(SER_MASK_STATE) macro
85 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE)
/f-stack/freebsd/mips/mediatek/
H A Duart_dev_mtk.c362 new = sig & ~SER_MASK_DELTA; in mtk_uart_bus_getsig()
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c436 sc->sc_hwsig = sig & ~SER_MASK_DELTA; in ar933x_bus_getsig()
/f-stack/freebsd/arm/xilinx/
H A Duart_dev_cdnc.c635 new = sig & ~SER_MASK_DELTA; in cdnc_uart_bus_getsig()
/f-stack/freebsd/mips/cavium/
H A Duart_dev_oct16550.c521 new = sig & ~SER_MASK_DELTA; in oct16550_bus_getsig()