Lines Matching refs:dev_timer_active

989   unsigned int             dev_timer_active; /* Which devs have a timer set */  member
3445 p->dev_timer_active |= (0x01 << i); in aic7xxx_reset_device()
3496 if ( !(p->dev_timer_active & (0x01 << MAX_TARGETS)) || in aic7xxx_reset_device()
3500 p->dev_timer_active |= (0x01 << MAX_TARGETS); in aic7xxx_reset_device()
4131 p->dev_timer_active &= ~(0x01 << MAX_TARGETS); in aic7xxx_timer()
4132 if ( (p->dev_timer_active & (0x01 << p->scsi_id)) && in aic7xxx_timer()
4136 p->dev_timer_active &= ~(0x01 << p->scsi_id); in aic7xxx_timer()
4141 (p->dev_timer_active & (0x01 << i)) && in aic7xxx_timer()
4144 p->dev_timer_active &= ~(0x01 << i); in aic7xxx_timer()
4165 else if ( p->dev_timer_active & (0x01 << i) ) in aic7xxx_timer()
4167 if ( p->dev_timer_active & (0x01 << MAX_TARGETS) ) in aic7xxx_timer()
4177 p->dev_timer_active |= (0x01 << MAX_TARGETS); in aic7xxx_timer()
4181 if ( p->dev_timer_active & (0x01 << MAX_TARGETS) ) in aic7xxx_timer()
4886 if ( !(p->dev_timer_active & (0x01 << tindex)) ) in aic7xxx_handle_seqint()
4888 p->dev_timer_active |= (0x01 << tindex); in aic7xxx_handle_seqint()
4897 if ( !(p->dev_timer_active & (0x01 << MAX_TARGETS)) ) in aic7xxx_handle_seqint()
4900 p->dev_timer_active |= (0x01 << MAX_TARGETS); in aic7xxx_handle_seqint()
8293 p->dev_timer_active = 0; in aic7xxx_register()
8727 p->dev_timer_active |= (0x01 << i); in aic7xxx_register()
8731 p->dev_timer_active |= (0x01 << MAX_TARGETS); in aic7xxx_register()
11676 p->dev_timer_active |= (0x01 << p->scsi_id); in aic7xxx_reset()
11677 if ( !(p->dev_timer_active & (0x01 << MAX_TARGETS)) || in aic7xxx_reset()
11681 p->dev_timer_active |= (0x01 << MAX_TARGETS); in aic7xxx_reset()