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

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 152 u_char ch_i_dcd, ch_i_cts, ch_i_dsr, ch_i_ri, ch_i_mask; member in struct:sbscn_channel
sbjcnvar.h 157 u_char ch_i_dcd, ch_i_cts, ch_i_dsr, ch_i_ri, ch_i_mask; member in struct:sbjcn_channel
sbjcn.c 293 ch->ch_i_dcd = ch->ch_i_dcd_pin = 0 /* XXXCGD */;
298 ch->ch_i_dcd | ch->ch_i_cts | ch->ch_i_dsr | ch->ch_i_ri;
406 ISSET(ch->ch_iports, ch->ch_i_dcd) ? "+" : "-",
839 if (ISSET(hwbits, ch->ch_i_dcd))
947 ch->ch_i_dcd = 0;
949 ch->ch_i_dcd = ch->ch_i_dcd_pin;
1026 ISSET(ch->ch_iports, ch->ch_i_dcd));
1328 if (ISSET(delta, ch->ch_i_dcd)) {
1333 ISSET(iports, ch->ch_i_dcd));
sbscn.c 322 ch->ch_i_dcd = ch->ch_i_dcd_pin = 0 /* XXXCGD */;
327 ch->ch_i_dcd | ch->ch_i_cts | ch->ch_i_dsr | ch->ch_i_ri;
442 ISSET(ch->ch_iports, ch->ch_i_dcd) ? "+" : "-",
922 if (ISSET(hwbits, ch->ch_i_dcd))
1030 ch->ch_i_dcd = 0;
1032 ch->ch_i_dcd = ch->ch_i_dcd_pin;
1109 ISSET(ch->ch_iports, ch->ch_i_dcd));
1434 if (ISSET(delta, ch->ch_i_dcd)) {
1439 ISSET(iports, ch->ch_i_dcd));

Completed in 13 milliseconds