Lines Matching defs:SCSI_SEL
513 #define SCSI_SEL BIT(7)
5639 while (RD_HARPOON(p_port + hp_scsisig) & (SCSI_SEL | SCSI_BSY)) {
5642 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL)
5651 if (RD_HARPOON(p_port + hp_scsisig) & SCSI_SEL) {
5660 (RD_HARPOON(p_port + hp_scsisig) | SCSI_SEL));
5666 ~(SCSI_BSY | SCSI_SEL)));
5809 WR_HARPOON(p_port + hp_scsisig, SCSI_SEL);
5812 WR_HARPOON(p_port + hp_scsisig, (SCSI_SEL | SCSI_BSY));
5815 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));
5821 FPT_scwiros(p_port, SCSI_SEL);
5829 (SCSI_SEL | SCSI_BSY | SCSI_IOBIT | SCSI_CD));