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

  /src/sys/arch/luna68k/stand/boot/
sc.c 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)
442 while ((hd->scsi_psns & PSNS_REQ) == 0) {
448 if ((hd->scsi_psns & PHASE) == MESG_OUT_PHASE)
450 hd->scsi_pctl = hs->sc_phase = hd->scsi_psns & PHASE;
452 if (hd->scsi_psns & PHASE_IO) {
455 while ((hd->scsi_psns & PSNS_REQ) != 0)
462 while ((hd->scsi_psns & PSNS_REQ) != 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)
    [all...]
scsireg.h 78 volatile uint8_t scsi_psns, p15, p16, p17; /* 014 */ member in struct:scsidevice
84 #define scsi_sdgc scsi_psns
  /src/sys/arch/hp300/stand/common/
scsi.c 360 phase = hd->scsi_psns & PHASE;
scsireg.h 105 u_char p42, scsi_psns; member in struct:scsidevice

Completed in 13 milliseconds