Searched refs:SER_MASK_DELTA (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dserial.h66 #define SER_MASK_DELTA SER_DELTA(SER_MASK_STATE) macro
84 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE)
/freebsd-10-stable/sys/dev/scc/
H A Dscc_dev_z8530.c147 if (sig & SER_MASK_DELTA) {
163 if (sig & SER_MASK_DELTA) {
/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_z8530.c383 new = sig & ~SER_MASK_DELTA;
474 if (sig & SER_MASK_DELTA)
H A Duart_dev_quicc.c340 new = sig & ~SER_MASK_DELTA;
H A Duart_dev_sab82532.c481 new = sig & ~SER_MASK_DELTA;
H A Duart_dev_imx.c406 new = sig & ~SER_MASK_DELTA;
H A Duart_dev_ns8250.c595 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, sig & ~SER_MASK_DELTA));
H A Duart_dev_lpc.c551 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/mips/adm5120/
H A Duart_dev_adm5120.c272 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/mips/rt305x/
H A Duart_dev_rt305x.c335 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c439 sc->sc_hwsig = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c519 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c639 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/sparc64/pci/
H A Dsbbc.c913 new = sig & ~SER_MASK_DELTA;
/freebsd-10-stable/sys/arm/at91/
H A Duart_dev_at91usart.c821 new = sig & ~SER_MASK_DELTA;

Completed in 91 milliseconds