Home | History | Annotate | Download | only in dev

Lines Matching refs:ch_oports

408 	    ISSET(ch->ch_oports, ch->ch_o_dtr) ? "+" : "-",
417 ISSET(ch->ch_oports, ch->ch_o_rts) ? "+" : "-",
432 SET(ch->ch_oports, ch->ch_o_dtr | ch->ch_o_rts);
777 SET(ch->ch_oports, ch->ch_o_dtr);
779 CLR(ch->ch_oports, ch->ch_o_dtr);
804 CLR(ch->ch_oports, bits);
808 SET(ch->ch_oports, bits);
812 ch->ch_oports = bits;
832 hwbits = ch->ch_oports;
976 if (ISSET(ch->ch_oports, ch->ch_o_dtr_pin))
977 SET(ch->ch_oports, ch->ch_o_rts_pin);
979 CLR(ch->ch_oports, ch->ch_o_rts_pin);
1107 CLR(ch->ch_oports, ch->ch_o_rts);
1110 SET(ch->ch_oports, ch->ch_o_rts);