Home
last modified time | relevance | path

Searched refs:scsi_ints (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsi.c141 hd->scsi_ints = 0; in scsireset()
179 if (hd->scsi_ints & INTS_DISCON) in issue_select()
180 hd->scsi_ints = INTS_DISCON; in issue_select()
200 while ((ints = hd->scsi_ints) == 0) { in wait_for_select()
205 hd->scsi_ints = ints; in wait_for_select()
222 if (hd->scsi_ints || --wait < 0) in ixfer_start()
236 if (hd->scsi_ints || --wait < 0) in ixfer_out()
252 if (hd->scsi_ints || --wait < 0) { in ixfer_in()
353 while ((ints = hd->scsi_ints) == 0) { in scsiicmd()
358 hd->scsi_ints = ints; in scsiicmd()
H A Dscsireg.h96 u_char p40, scsi_ints; member
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dsc.c156 hd->scsi_ints = 0; in screset()
424 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints); in scabort()
426 if (hd->scsi_ints != 0) in scabort()
428 hd->scsi_ints = hd->scsi_ints; in scabort()
662 if ((ints = hd->scsi_ints) != 0) in scintr()
701 hd->scsi_ints = ints; in scintr()
710 hd->scsi_ints = ints; in scintr()
727 hd->scsi_ints = ints; in scintr()
736 hd->scsi_ints in scintr()
[all...]
H A Dscsireg.h69 volatile uint8_t scsi_ints, p12, p13, p14; /* 010 */ member