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

  /src/sys/arch/hp300/stand/common/
scsi.c 176 if (hd->scsi_ssts & (SSTS_INITIATOR|SSTS_TARGET|SSTS_BUSY))
206 return !(hd->scsi_ssts & SSTS_INITIATOR);
221 while ((hd->scsi_ssts & SSTS_BUSY) == 0) {
235 while (hd->scsi_ssts & SSTS_DREG_FULL) {
251 while (hd->scsi_ssts & SSTS_DREG_EMPTY) {
253 while (! (hd->scsi_ssts & SSTS_DREG_EMPTY)) {
301 !(hd->scsi_ssts & SSTS_DREG_EMPTY))
319 !(hd->scsi_ssts & SSTS_DREG_EMPTY))
327 !(hd->scsi_ssts & SSTS_DREG_EMPTY)) {
scsireg.h 111 u_char p44, scsi_ssts; member in struct:scsidevice
  /src/sys/arch/luna68k/stand/boot/
sc.c 334 while (hd->scsi_ssts & SSTS_DREG_FULL) {
346 while (hd->scsi_ssts & SSTS_DREG_EMPTY) {
373 if ((hd->scsi_ssts & (SSTS_INITIATOR | SSTS_TARGET | SSTS_BUSY)) != 0)
424 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints);
430 if (hd->scsi_psns == 0 || (hd->scsi_ssts & SSTS_INITIATOR) == 0)
439 ((hd->scsi_ssts & SSTS_INITIATOR)) != 0 && --len >= 0;) {
443 if ((hd->scsi_ssts & SSTS_INITIATOR) == 0)
476 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts);
677 ints, hd->scsi_ssts, hd->scsi_pctl, hd->scsi_psns, hs->sc_phase);
scsireg.h 86 volatile uint8_t scsi_ssts, p18, p19, p20; /* 018 */ member in struct:scsidevice

Completed in 19 milliseconds