Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dsynclink.h258 #define MgslEvent_RiInactive 0x0080 macro
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c1980 ((s & SerialSignal_RI) ? MgslEvent_RiActive :MgslEvent_RiInactive) ); in wait_events()
2037 (newsigs.ri_down != oldsigs.ri_down ? MgslEvent_RiInactive:0) + in wait_events()