Home
last modified time | relevance | path

Searched refs:CD1400_MSVR2_CD (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/ic/
H A Dcd1400reg.h195 #define CD1400_MSVR2_CD (1<<4) /* !CD line (r) */ macro
H A Dcy.c374 ISSET(cy->cy_carrier_stat, CD1400_MSVR2_CD)) in cyopen()
808 if (msvr & CD1400_MSVR2_CD) in cy_modem_control()
997 CD1400_MSVR2_CD) != 0); in cy_poll()
1213 if (ISSET((cy->cy_carrier_stat ^ modem_stat), CD1400_MSVR2_CD)) { in cy_intr()
/netbsd/sys/dev/sbus/
H A Dmagma.c594 carrier = ISSET(msvr, cd->cd_parmode ? CD1400_MSVR2_DSR : CD1400_MSVR2_CD); in magma_hard()
1240 if( msvr & CD1400_MSVR2_CD ) bits |= (cd->cd_parmode ? 0 : TIOCM_CD); in mtty_modem_control()