Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxreg.h331 #define MSV_CD 0x40 /* state of Carrier Detect input */ macro
HDcsigma.c1255 return (inb (MSVR(c->port)) & MSV_CD ? 1 : 0); in cx_get_cd()