Home
last modified time | relevance | path

Searched refs:SSTS_BUSY (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/hp300/stand/
H A Dscsi.c136 if (hd->scsi_ssts & (SSTS_INITIATOR|SSTS_TARGET|SSTS_BUSY))
186 while ((hd->scsi_ssts & SSTS_BUSY) == 0) {
/original-bsd/sys/hp300/dev/
H A Dscsi.c371 if (hd->scsi_ssts & (SSTS_INITIATOR|SSTS_TARGET|SSTS_BUSY))
416 while ((hd->scsi_ssts & SSTS_BUSY) == 0) {
698 if (hd->scsi_ssts & SSTS_BUSY) {
702 while (hd->scsi_ssts & SSTS_BUSY) {
H A Dscsireg.h88 #define SSTS_BUSY 0x20 macro
/original-bsd/sys/luna68k/dev/
H A Dsc.c296 while ((hd->scsi_ssts & SSTS_BUSY) == 0) {
436 while ((hd->scsi_ssts & SSTS_BUSY) == 0) {
1127 if (hd->scsi_ssts & (SSTS_INITIATOR|SSTS_TARGET|SSTS_BUSY))
H A Dscsireg.h65 #define SSTS_BUSY 0x20 macro
H A Dscreg.h65 #define SSTS_BUSY 0x20 macro
/original-bsd/sys/luna68k/stand/
H A Dsc.c207 if (hd->scsi_ssts & (SSTS_INITIATOR|SSTS_TARGET|SSTS_BUSY))