Symbol: SCSI_BSY
drivers/scsi/FlashPoint.c
1808
(SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG |
drivers/scsi/FlashPoint.c
2642
if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
drivers/scsi/FlashPoint.c
2724
&& (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
drivers/scsi/FlashPoint.c
2806
(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
drivers/scsi/FlashPoint.c
2812
if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
drivers/scsi/FlashPoint.c
3835
sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ);
drivers/scsi/FlashPoint.c
3838
(sPhase == (SCSI_BSY | S_DATAO_PH)) ||
drivers/scsi/FlashPoint.c
3839
(sPhase == (SCSI_BSY | S_DATAI_PH))) {
drivers/scsi/FlashPoint.c
4461
if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ||
drivers/scsi/FlashPoint.c
5638
while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) {
drivers/scsi/FlashPoint.c
5648
(RD_HARPOON(p_port + hp_scsisig) | SCSI_BSY));
drivers/scsi/FlashPoint.c
5654
~SCSI_BSY));
drivers/scsi/FlashPoint.c
5665
~(SCSI_BSY | SCSI_SEL)));
drivers/scsi/FlashPoint.c
5681
& ~SCSI_BSY));
drivers/scsi/FlashPoint.c
5811
WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY));
drivers/scsi/FlashPoint.c
5814
(SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));
drivers/scsi/FlashPoint.c
5819
WR_HARPOON(p_port + hp_scsisig, (SCSI_BSY | SCSI_IOBIT | SCSI_CD));
drivers/scsi/FlashPoint.c
5828
(SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));
drivers/scsi/pcmcia/nsp_cs.c
406
nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN);
drivers/scsi/pcmcia/nsp_cs.c
408
nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN);
drivers/scsi/pcmcia/nsp_cs.c
680
bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN);