Home | History | Annotate | Download | only in clps711x

Lines Matching refs:c_cflag

490 		SET(t->c_cflag, CLOCAL);
491 CLR(t->c_cflag, HUPCL);
500 tp->t_cflag == t->c_cflag)
507 if (ISSET(t->c_cflag, CLOCAL | MDMBUF))
515 if (ISSET(t->c_cflag, CRTSCTS)) {
517 } else if (ISSET(t->c_cflag, MDMBUF)) {
537 clpscom_cflag2ubrlcr(t->c_cflag));
542 tp->t_cflag = t->c_cflag;
552 if (!ISSET(t->c_cflag, CHWFLOW))
618 t.c_cflag = clpscom_cncflag;
621 t.c_cflag = TTYDEF_CFLAG;
624 SET(t.c_cflag, CLOCAL);
626 SET(t.c_cflag, CRTSCTS);
628 SET(t.c_cflag, MDMBUF);