Searched refs:needsoft (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | spif.c | 851 int needsoft = 0, r = 0, i; local 857 r |= spifstcintr_rx(sc, &needsoft); 859 r |= spifstcintr_rxexception(sc, &needsoft); 865 r |= spifstcintr_tx(sc, &needsoft); 871 r |= spifstcintr_mx(sc, &needsoft); 874 if (needsoft) {
|
| /mirbsd/src/sys/dev/sbus/ |
| D | spif.c | 910 int needsoft = 0, r = 0, i; local 916 r |= spifstcintr_rx(sc, &needsoft); 918 r |= spifstcintr_rxexception(sc, &needsoft); 924 r |= spifstcintr_tx(sc, &needsoft); 930 r |= spifstcintr_mx(sc, &needsoft); 933 if (needsoft)
|