Searched refs:DELTA_DSR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket_int.h218 #define DELTA_DSR 0x01 /* DSR change interrupt */ macro
751 DELTA_DSR: DSR change interrupt
753 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR))
H A Drocket.c543 if (IntMask & DELTA_DSR) { /* DSR change */
673 info->intmask = RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR;

Completed in 24 milliseconds