Home
last modified time | relevance | path

Searched refs:SUNSCPAL_ABORTING (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsunscpal.c290 if (sc->sc_state & SUNSCPAL_ABORTING) in sunscpal_dma_poll()
361 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_dma_stop()
366 if (sc->sc_state & SUNSCPAL_ABORTING) in sunscpal_dma_stop()
388 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_dma_stop()
629 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_abort()
869 if (sc->sc_state & SUNSCPAL_ABORTING) { in sunscpal_done()
1019 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_sched()
1079 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_sched()
1469 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_msg_in()
1541 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_command()
[all …]
H A Dsunscpalvar.h218 #define SUNSCPAL_ABORTING 0x02 /* Bailing out */ macro