Searched refs:SCSI_BSY (Results 1 – 3 of 3) sorted by relevance
536 #define SCSI_BSY BIT(6) macro1844 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG | in FlashPoint_HandleInterrupt()2693 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_sres()2775 && (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres()2857 (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ; in FPT_sres()2863 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) { in FPT_SendMsg()3883 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ); in FPT_schkdd()3886 (sPhase == (SCSI_BSY | S_DATAO_PH)) || in FPT_schkdd()3887 (sPhase == (SCSI_BSY | S_DATAI_PH))) { in FPT_schkdd()4513 if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) || in FPT_phaseBusFree()[all …]
110 # define SCSI_BSY BIT(5) macro
407 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN); in nsphw_start_selection()409 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN); in nsphw_start_selection()681 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN); in nsp_reselected()