Lines Matching defs:SCSI_SEL
541 #define SCSI_SEL BIT(7)
5670 while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) {
5673 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL)
5682 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) {
5691 (RD_HARPOON(p_port + hp_scsisig) | SCSI_SEL));
5697 ~(SCSI_BSY | SCSI_SEL)));
5840 WR_HARPOON(p_port + hp_scsisig, SCSI_SEL);
5843 WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY));
5846 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));
5852 FPT_scwiros(p_port, SCSI_SEL);
5860 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));