Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dclmpccreg.h302 #define CLMPCC_MSVR_DSR (1 << 7) /* Current State of DSR Input */ macro
H A Dclmpcc.c740 rbits |= (msvr & CLMPCC_MSVR_DSR) ? TIOCM_DSR : 0; in clmpcc_modem_control()