OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_iports
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/sibyte/dev/
sbscnvar.h
148
volatile u_char
ch_iports
, ch_iports_delta;
member in struct:sbscn_channel
sbjcnvar.h
153
volatile u_char
ch_iports
, ch_iports_delta;
member in struct:sbjcn_channel
sbjcn.c
406
ISSET(ch->
ch_iports
, ch->ch_i_dcd) ? "+" : "-",
415
ISSET(ch->
ch_iports
, ch->ch_i_cts) ? "+" : "-",
542
ch->
ch_iports
= 0;
838
hwbits = ch->
ch_iports
;
1026
ISSET(ch->
ch_iports
, ch->ch_i_dcd));
1323
iports = ch->
ch_iports
;
sbscn.c
442
ISSET(ch->
ch_iports
, ch->ch_i_dcd) ? "+" : "-",
451
ISSET(ch->
ch_iports
, ch->ch_i_cts) ? "+" : "-",
598
ch->
ch_iports
= GET_INPUT_SIGNALS(ch);
921
hwbits = ch->
ch_iports
;
1109
ISSET(ch->
ch_iports
, ch->ch_i_dcd));
1429
iports = ch->
ch_iports
;
1592
delta = iports ^ ch->
ch_iports
;
1593
ch->
ch_iports
= iports;
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025