Searched refs:SSTS_DREG_EMPTY (Results 1 – 4 of 4) sorted by relevance
220 #define SSTS_DREG_EMPTY 0x01 macro
875 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()
96 #define SSTS_DREG_EMPTY 0x01 macro
246 while (hd->scsi_ssts & SSTS_DREG_EMPTY) { in ixfer_in()