Home
last modified time | relevance | path

Searched refs:SSTS_DREG_EMPTY (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dscsi.c251 while (hd->scsi_ssts & SSTS_DREG_EMPTY) { in ixfer_in()
253 while (! (hd->scsi_ssts & SSTS_DREG_EMPTY)) { in ixfer_in()
301 !(hd->scsi_ssts & SSTS_DREG_EMPTY)) in scsiicmd()
319 !(hd->scsi_ssts & SSTS_DREG_EMPTY)) in scsiicmd()
327 !(hd->scsi_ssts & SSTS_DREG_EMPTY)) { in scsiicmd()
Dscsireg.h120 #define SSTS_DREG_EMPTY 0x01 macro
/netbsd/src/sys/dev/ic/
Dmb89352reg.h188 #define SSTS_DREG_EMPTY 0x01 macro
Dmb89352.c967 SSTS_DREG_EMPTY) == 0) in spc_msgin()
1486 SSTS_DREG_EMPTY) != 0) in spc_dataout_pio()
1517 SSTS_DREG_EMPTY) != 0) in spc_dataout_pio()
1590 } else if ((sstat & SSTS_DREG_EMPTY) == 0) { in spc_datain_pio()
1611 if ((sstat & SSTS_DREG_EMPTY) == 0) { in spc_datain_pio()
/netbsd/src/sys/arch/luna68k/stand/boot/
Dscsireg.h95 #define SSTS_DREG_EMPTY 0x01 macro
Dsc.c346 while (hd->scsi_ssts & SSTS_DREG_EMPTY) { in ixfer_in()