Searched refs:hwbits (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/mips/sibyte/dev/ |
| H A D | sbjcn.c | 829 u_char hwbits; in sbjcn_to_tiocm() local 832 hwbits = ch->ch_oports; in sbjcn_to_tiocm() 833 if (ISSET(hwbits, ch->ch_o_dtr)) in sbjcn_to_tiocm() 835 if (ISSET(hwbits, ch->ch_o_rts)) in sbjcn_to_tiocm() 838 hwbits = ch->ch_iports; in sbjcn_to_tiocm() 839 if (ISSET(hwbits, ch->ch_i_dcd)) in sbjcn_to_tiocm() 841 if (ISSET(hwbits, ch->ch_i_cts)) in sbjcn_to_tiocm() 843 if (ISSET(hwbits, ch->ch_i_dsr)) in sbjcn_to_tiocm() 845 if (ISSET(hwbits, ch->ch_i_ri)) in sbjcn_to_tiocm()
|
| H A D | sbscn.c | 912 u_char hwbits; in sbscn_to_tiocm() local 915 hwbits = ch->ch_oports; in sbscn_to_tiocm() 916 if (ISSET(hwbits, ch->ch_o_dtr)) in sbscn_to_tiocm() 918 if (ISSET(hwbits, ch->ch_o_rts)) in sbscn_to_tiocm() 921 hwbits = ch->ch_iports; in sbscn_to_tiocm() 922 if (ISSET(hwbits, ch->ch_i_dcd)) in sbscn_to_tiocm() 924 if (ISSET(hwbits, ch->ch_i_cts)) in sbscn_to_tiocm() 926 if (ISSET(hwbits, ch->ch_i_dsr)) in sbscn_to_tiocm() 928 if (ISSET(hwbits, ch->ch_i_ri)) in sbscn_to_tiocm()
|