HomeSort by: relevance | last modified time | path
    Searched refs:SIOP_INTDEFER (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amiga/dev/
drsc.c 218 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
mgnsc.c 201 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
siopvar.h 179 #define SIOP_INTDEFER 0x40 /* Level 6 interrupt has been deferred */
zssc.c 189 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
siop2.c 331 else if ((sc->sc_flags & SIOP_INTDEFER) == 0) {
690 sc->sc_flags &= ~(SIOP_ALIVE|SIOP_INTDEFER|SIOP_INTSOFF);
743 sc->sc_flags &= ~(SIOP_INTDEFER|SIOP_INTSOFF);
1604 sc->sc_flags &= ~SIOP_INTDEFER;
1610 } else if ((sc->sc_flags & SIOP_INTDEFER) == 0) {
1678 if (sc->sc_flags & SIOP_INTDEFER) {
1679 sc->sc_flags &= ~(SIOP_INTDEFER | SIOP_INTSOFF);
1688 if ((sc->sc_flags & (SIOP_INTSOFF | SIOP_INTDEFER)) != SIOP_INTSOFF) {
siop.c 345 else if ((sc->sc_flags & SIOP_INTDEFER) == 0) {
716 sc->sc_flags &= ~(SIOP_INTDEFER|SIOP_INTSOFF);
1455 sc->sc_flags &= ~SIOP_INTDEFER;
1461 } else if ((sc->sc_flags & SIOP_INTDEFER) == 0) {
1528 if (sc->sc_flags & SIOP_INTDEFER) {
1529 sc->sc_flags &= ~(SIOP_INTDEFER | SIOP_INTSOFF);
1538 if ((sc->sc_flags & (SIOP_INTSOFF | SIOP_INTDEFER)) != SIOP_INTSOFF) {

Completed in 15 milliseconds