Searched refs:scsi_psns (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/luna68k/stand/boot/ |
H A D | sc.c | 424 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints); in scabort() 430 if (hd->scsi_psns == 0 || (hd->scsi_ssts & SSTS_INITIATOR) == 0) in scabort() 442 while ((hd->scsi_psns & PSNS_REQ) == 0) { in scabort() 448 if ((hd->scsi_psns & PHASE) == MESG_OUT_PHASE) in scabort() 450 hd->scsi_pctl = hs->sc_phase = hd->scsi_psns & PHASE; in scabort() 452 if (hd->scsi_psns & PHASE_IO) { in scabort() 455 while ((hd->scsi_psns & PSNS_REQ) != 0) in scabort() 462 while ((hd->scsi_psns & PSNS_REQ) != 0) in scabort() 476 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts); in scsi_test_unit_rdy() 677 ints, hd->scsi_ssts, hd->scsi_pctl, hd->scsi_psns, h in scintr() [all...] |
H A D | scsireg.h | 78 volatile uint8_t scsi_psns, p15, p16, p17; /* 014 */ member 84 #define scsi_sdgc scsi_psns
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | scsireg.h | 105 u_char p42, scsi_psns; member
|
H A D | scsi.c | 360 phase = hd->scsi_psns & PHASE; in scsiicmd()
|