Home
last modified time | relevance | path

Searched refs:STTYF_STOP (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/sbus/
Dspifreg.h378 #define STTYF_STOP 0x20 /* stopped */ macro
Dspif.c732 SET(sp->sp_flags, STTYF_STOP);
843 if (!ISSET(sp->sp_flags, STTYF_STOP)) {
872 ISSET(sp->sp_flags, STTYF_STOP)) {
875 CLR(sp->sp_flags, STTYF_STOP);
/mirbsd/src/sys/arch/sparc/dev/
Dspif.c675 SET(sp->sp_flags, STTYF_STOP);
785 if (!ISSET(sp->sp_flags, STTYF_STOP)) {
814 ISSET(sp->sp_flags, STTYF_STOP)) {
816 CLR(sp->sp_flags, STTYF_STOP);
Dspifreg.h403 #define STTYF_STOP 0x20 /* stopped */ macro