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

/freebsd-10.2-release/sys/dev/cx/
H A Dcxreg.h93 #define MSVR(b) R(b,0xdc) /* modem signal value register */ macro
328 * Modem signal values register bits (MSVR).
H A Dcsigma.c1217 return (inb (MSVR(c->port)) & MSV_DSR ? 1 : 0);
1255 return (inb (MSVR(c->port)) & MSV_CD ? 1 : 0);
1288 return (inb (MSVR(c->port)) & MSV_CTS ? 1 : 0);

Completed in 42 milliseconds