Home
last modified time | relevance | path

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

/drivers/scsi/
DFlashPoint.c533 #define hp_scsisig 0x44 macro
762 #define ACCEPT_MSG(port) {while(RD_HARPOON(port+hp_scsisig) & SCSI_REQ){}\
763 WR_HARPOON(port+hp_scsisig, S_ILL_PH);}
765 #define ACCEPT_MSG_ATN(port) {while(RD_HARPOON(port+hp_scsisig) & SCSI_REQ){}\
766 WR_HARPOON(port+hp_scsisig, (S_ILL_PH|SCSI_ATN));}
1843 && RD_HARPOON((ioport + hp_scsisig)) == in FlashPoint_HandleInterrupt()
2263 while ((!(RD_HARPOON(port + hp_scsisig) & SCSI_REQ)) && in FPT_sfm()
2271 WR_HARPOON(port + hp_scsisig, SCSI_ACK + S_MSGI_PH); in FPT_sfm()
2278 WR_HARPOON(port + hp_scsisig, (SCSI_ACK + S_ILL_PH)); in FPT_sfm()
2289 while ((!(RD_HARPOON(port + hp_scsisig) & SCSI_REQ)) && in FPT_sfm()
[all …]