Lines Matching refs:needwdtr_copy
1028 unsigned short needwdtr_copy; /* default config */ member
2860 p->needwdtr_copy |= (1<<tindex); in aic7xxx_done()
2866 p->needwdtr_copy &= ~(1<<tindex); in aic7xxx_done()
2896 p->needwdtr_copy &= ~(1<<tindex); in aic7xxx_done()
2959 p->needwdtr_copy &= ~mask; in aic7xxx_done()
3003 p->needwdtr_copy |= mask; in aic7xxx_done()
3896 p->needwdtr = p->needwdtr_copy; in aic7xxx_reset_channel()
4348 p->needwdtr |= (p->needwdtr_copy & targ_mask); in aic7xxx_handle_device_reset()
4604 p->needwdtr_copy |= target_mask; in aic7xxx_handle_seqint()
4630 p->needwdtr_copy &= ~target_mask; in aic7xxx_handle_seqint()
5666 p->needwdtr_copy &= ~target_mask; in aic7xxx_parse_msg()
5690 p->needwdtr_copy |= target_mask; in aic7xxx_parse_msg()
5723 else if ((p->needwdtr_copy & target_mask) == 0) in aic7xxx_parse_msg()
5758 p->needwdtr_copy &= ~target_mask; in aic7xxx_parse_msg()
5844 p->needwdtr_copy &= ~target_mask; in aic7xxx_parse_msg()
5991 p->needwdtr_copy |= target_mask; in aic7xxx_parse_msg()
6541 p->needwdtr_copy |= (1 << tindex); in aic7xxx_handle_scsiint()
6830 p->needwdtr |= (p->needwdtr_copy & (1<<tindex)); in aic7xxx_handle_command_completion_intr()
9321 p->needwdtr_copy |= mask; in aic7xxx_load_seeprom()
9326 p->needwdtr_copy &= ~mask; in aic7xxx_load_seeprom()
9335 p->needwdtr = p->needwdtr_copy; in aic7xxx_load_seeprom()