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

/linux-4.4.14/drivers/tty/
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.c532 if (IntMask & DELTA_DSR) { /* DSR change */ rp_handle_port()
661 info->intmask = RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR; init_r_port()

Completed in 74 milliseconds