Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxreg.h93 #define MSVR(b) R(b,0xdc) /* modem signal value register */ macro
HDcsigma.c1217 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()