Searched refs:SCSI_SEL (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.h105 # define SCSI_SEL BIT(0) 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);
400 nsp_index_write(base, SCSIBUSCTRL, SCSI_SEL | SCSI_DATAOUT_ENB | SCSI_ATN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c535 #define SCSI_SEL BIT(7) macro
5710 while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) {
5713 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL)
5722 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) {
5731 (RD_HARPOON(p_port + hp_scsisig) | SCSI_SEL));
5737 ~(SCSI_BSY | SCSI_SEL)));
5880 WR_HARPOON(p_port + hp_scsisig, SCSI_SEL);
5883 WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY));
5886 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));
5892 FPT_scwiros(p_port, SCSI_SEL);
[all...]

Completed in 108 milliseconds