Searched refs:MSVR (Results 1 – 2 of 2) sorted by relevance
93 #define MSVR(b) R(b,0xdc) /* modem signal value register */ macro
1217 return (inb (MSVR(c->port)) & MSV_DSR ? 1 : 0); in cx_get_dsr()1255 return (inb (MSVR(c->port)) & MSV_CD ? 1 : 0); in cx_get_cd()1288 return (inb (MSVR(c->port)) & MSV_CTS ? 1 : 0); in cx_get_cts()