Searched refs:targ_bit (Results 1 – 2 of 2) sorted by relevance
715 uint8_t targ_bit; in scsi_select() local812 targ_bit = 1 << reqp->targ_id; in scsi_select()813 SET_5380_REG(NCR5380_DATA, SC_HOST_ID | targ_bit); in scsi_select()815 if (sc->sc_noselatn & targ_bit) in scsi_select()910 if ((phase == PH_CMD) && (sc->sc_selected & targ_bit) == 0) { in scsi_select()913 sc->sc_noselatn |= targ_bit; in scsi_select()943 sc->sc_selected |= targ_bit; in scsi_select()953 busy |= targ_bit; in scsi_select()
696 u_int8_t targ_bit; in scsi_select() local792 targ_bit = 1 << reqp->targ_id; in scsi_select()793 SET_5380_REG(NCR5380_DATA, SC_HOST_ID | targ_bit); in scsi_select()795 if (sc->sc_noselatn & targ_bit) in scsi_select()890 if ((phase == PH_CMD) && !(sc->sc_selected & targ_bit)) { in scsi_select()893 sc->sc_noselatn |= targ_bit; in scsi_select()922 sc->sc_selected |= targ_bit; in scsi_select()932 busy |= targ_bit; in scsi_select()