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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_cs.h110 # define SCSI_BSY BIT(5) macro
H A Dnsp_cs.c395 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_ATN);
397 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_BSY | SCSI_DATAOUT_ENB | SCSI_ATN);
665 bus_reg = nsp_index_read(base, SCSIBUSCTRL) & ~(SCSI_BSY | SCSI_ATN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c536 #define SCSI_BSY BIT(6) macro
1844 (SCSI_BSY | SCSI_REQ | SCSI_CD | SCSI_MSG |
2687 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
2769 && (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
2851 (RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ;
2857 if (!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) {
3877 sPhase = RD_HARPOON(port + hp_scsisig) & (SCSI_BSY | S_SCSI_PHZ);
3880 (sPhase == (SCSI_BSY | S_DATAO_PH)) ||
3881 (sPhase == (SCSI_BSY | S_DATAI_PH))) {
4507 if ((!(RD_HARPOON(port + hp_scsisig) & SCSI_BSY)) ||
[all...]

Completed in 169 milliseconds