Home
last modified time | relevance | path

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

/openbsd/sys/arch/luna88k/dev/
H A Dmb89352reg.h220 #define SSTS_DREG_EMPTY 0x01 macro
H A Dmb89352.c875 if ((bus_space_read_1(iot, ioh, SSTS) & SSTS_DREG_EMPTY) == 0) in spc_msgin()
1367 SSTS_DREG_EMPTY) != 0) in spc_dataout_pio()
1416 SSTS_DREG_EMPTY) != 0) in spc_dataout_pio()
1495 (sstat & SSTS_DREG_EMPTY) == 0) in spc_datain_pio()
1504 (sstat & SSTS_DREG_EMPTY) != 0) in spc_datain_pio()
/openbsd/sys/arch/luna88k/stand/boot/
H A Dscsireg.h96 #define SSTS_DREG_EMPTY 0x01 macro
H A Dsc.c246 while (hd->scsi_ssts & SSTS_DREG_EMPTY) { in ixfer_in()