Home
last modified time | relevance | path

Searched refs:sGetChanIntID (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/
Drocket_int.h754 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA… macro
Drocket.c493 IntMask = sGetChanIntID(cp) & info->intmask; in rp_handle_port()