Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcd18xxreg.h283 #define CD18xx_MSVR_CD 0x40 /* current CD state */ macro
287 #define CD18xx_MSVR_RESET (CD18xx_MSVR_DSR|CD18xx_MSVR_CD| \
H A Dcd18xx.c821 p->p_msvr_dcd = CD18xx_MSVR_CD; in cdttyparam()
839 p->p_msvr_cts = CD18xx_MSVR_CD; in cdttyparam()
926 (void) (*tp->t_linesw->l_modem)(tp, ISSET(p->p_msvr, CD18xx_MSVR_CD)); in cdttyparam()
1460 (void) (*tp->t_linesw->l_modem)(tp, ISSET(msvr, CD18xx_MSVR_CD)); in cdtty_stsoft()