Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dchannel.c1074 || (dev->scsw.flag0 & SCSW0_S) == 0) in resume_subchan()
2207 if (orb->flag4 & ORB4_S) dev->scsw.flag0 |= SCSW0_S; /*@IWZ*/ in ARCH_DEP()
2838 if ((dev->scsw.flag0 & SCSW0_S) == 0 in ARCH_DEP()
H A Desa390.h1138 #define SCSW0_S 0x08 /* Suspend control */ macro