Searched refs:targ_mask (Results 1 – 1 of 1) sorted by relevance
4337 unsigned short targ_mask; in aic7xxx_handle_device_reset() local4342 targ_mask = (0x01 << tindex); in aic7xxx_handle_device_reset()4346 p->needppr |= (p->needppr_copy & targ_mask); in aic7xxx_handle_device_reset()4347 p->needsdtr |= (p->needsdtr_copy & targ_mask); in aic7xxx_handle_device_reset()4348 p->needwdtr |= (p->needwdtr_copy & targ_mask); in aic7xxx_handle_device_reset()4349 p->dtr_pending &= ~targ_mask; in aic7xxx_handle_device_reset()