Searched refs:SCSI_BSY (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.h113 # define SCSI_BSY BIT(5) macro
H A Dnsp_cs.c399 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN);
401 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN);
669 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c539 #define SCSI_BSY BIT(6) macro
1847 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG |
2690 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
2772 && (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
2854 (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
2860 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
3880 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ);
3883 (sPhase == (SCSI_BSY | S_DATAO_PH)) ||
3884 (sPhase == (SCSI_BSY | S_DATAI_PH))) {
4510 if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ||
[all...]

Completed in 67 milliseconds