HomeSort by: relevance | last modified time | path
    Searched refs:ch_o_dtr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 153 u_char ch_o_dtr, ch_o_rts, ch_o_mask; member in struct:sbscn_channel
sbjcnvar.h 158 u_char ch_o_dtr, ch_o_rts, ch_o_mask; member in struct:sbjcn_channel
sbjcn.c 299 ch->ch_o_dtr = ch->ch_o_dtr_pin = 0 /* XXXCGD */;
301 ch->ch_o_mask = ch->ch_o_dtr | ch->ch_o_rts;
408 ISSET(ch->ch_oports, ch->ch_o_dtr) ? "+" : "-",
432 SET(ch->ch_oports, ch->ch_o_dtr | ch->ch_o_rts);
773 if (ch->ch_o_dtr == 0)
777 SET(ch->ch_oports, ch->ch_o_dtr);
779 CLR(ch->ch_oports, ch->ch_o_dtr);
798 SET(bits, ch->ch_o_dtr);
833 if (ISSET(hwbits, ch->ch_o_dtr))
955 ch->ch_o_dtr = ch->ch_o_dtr_pin
    [all...]
sbscn.c 328 ch->ch_o_dtr = ch->ch_o_dtr_pin = 0 /* XXXCGD */;
330 ch->ch_o_mask = ch->ch_o_dtr | ch->ch_o_rts;
444 ISSET(ch->ch_oports, ch->ch_o_dtr) ? "+" : "-",
473 SET(ch->ch_oports, ch->ch_o_dtr | ch->ch_o_rts);
856 if (ch->ch_o_dtr == 0)
860 SET(ch->ch_oports, ch->ch_o_dtr);
862 CLR(ch->ch_oports, ch->ch_o_dtr);
881 SET(bits, ch->ch_o_dtr);
916 if (ISSET(hwbits, ch->ch_o_dtr))
1038 ch->ch_o_dtr = ch->ch_o_dtr_pin
    [all...]

Completed in 34 milliseconds