HomeSort by: relevance | last modified time | path
    Searched defs:iports (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbjcn.c 1319 u_char iports, delta; local in function:sbjcn_stsoft
1323 iports = ch->ch_iports;
1333 ISSET(iports, ch->ch_i_dcd));
1338 if (ISSET(iports, ch->ch_i_cts)) {
sbscn.c 1425 u_char iports, delta; local in function:sbscn_stsoft
1429 iports = ch->ch_iports;
1439 ISSET(iports, ch->ch_i_dcd));
1444 if (ISSET(iports, ch->ch_i_cts)) {
1498 u_char iports, delta; local in function:sbscn_intr
1591 iports = GET_INPUT_SIGNALS(ch);
1592 delta = iports ^ ch->ch_iports;
1593 ch->ch_iports = iports;
1605 if (ISSET(~iports, ch->ch_i_mask)) {

Completed in 14 milliseconds