Home
last modified time | relevance | path

Searched refs:ch_iports (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/mips/sibyte/dev/
H A Dsbscn.c442 ISSET(ch->ch_iports, ch->ch_i_dcd) ? "+" : "-", in sbscn_status()
451 ISSET(ch->ch_iports, ch->ch_i_cts) ? "+" : "-", in sbscn_status()
598 ch->ch_iports = GET_INPUT_SIGNALS(ch); in sbscnopen()
921 hwbits = ch->ch_iports; in sbscn_to_tiocm()
1109 ISSET(ch->ch_iports, ch->ch_i_dcd)); in sbscn_param()
1429 iports = ch->ch_iports; in sbscn_stsoft()
1592 delta = iports ^ ch->ch_iports; in sbscn_intr()
1593 ch->ch_iports = iports; in sbscn_intr()
H A Dsbjcn.c406 ISSET(ch->ch_iports, ch->ch_i_dcd) ? "+" : "-", in sbjcn_status()
415 ISSET(ch->ch_iports, ch->ch_i_cts) ? "+" : "-", in sbjcn_status()
542 ch->ch_iports = 0; in sbjcnopen()
838 hwbits = ch->ch_iports; in sbjcn_to_tiocm()
1026 ISSET(ch->ch_iports, ch->ch_i_dcd)); in sbjcn_param()
1323 iports = ch->ch_iports; in sbjcn_stsoft()
H A Dsbscnvar.h148 volatile u_char ch_iports, ch_iports_delta; member
H A Dsbjcnvar.h153 volatile u_char ch_iports, ch_iports_delta; member