• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:tindex

2060   unsigned char tindex;
2065 tindex = target | (channel << 3);
2066 target_mask = 0x01 << tindex;
2084 scsirate = aic_inb(p, TARG_SCSIRATE + tindex);
2107 aic_outb(p, offset, TARG_OFFSET + tindex);
2139 aic_outb(p, scsirate, TARG_SCSIRATE + tindex);
2173 p->user[tindex].period = period;
2174 p->user[tindex].offset = offset;
2175 p->user[tindex].options = options;
2190 unsigned char tindex;
2194 tindex = target | (channel << 3);
2195 target_mask = 1 << tindex;
2203 scsirate = aic_inb(p, TARG_SCSIRATE + tindex);
2209 aic_outb(p, scsirate, TARG_SCSIRATE + tindex);
2228 p->user[tindex].width = width;
2681 int tindex = TARGET_INDEX(cmd);
2717 mask = 0x01 << tindex;
3889 unsigned char tindex = target;
3891 tindex |= ((channel & 0x01) << 3);
3896 aic_outb(p, 0, TARG_SCSIRATE + tindex);
3898 aic_outb(p, 0, TARG_OFFSET + tindex);
3919 unsigned char target, lun, tindex;
3929 tindex = target + (channel << 3);
3931 target_mask = (0x01 << tindex);
4887 unsigned char target_scsirate, tindex;
4900 tindex = TARGET_INDEX(scb->cmd);
4902 target_scsirate = aic_inb(p, TARG_SCSIRATE + tindex);
4903 target_mask = (0x01 << tindex);
5000 if(p->user[tindex].offset)
5003 aic_dev->goal.period = max_t(unsigned char, 10,p->user[tindex].period);
5155 if( (p->features & AHC_WIDE) && p->user[tindex].width )
5166 if(p->user[tindex].offset)
5169 aic_dev->goal.period = max_t(unsigned char, 10, p->user[tindex].period);
5322 aic_dev->goal.width = p->user[tindex].width;
5323 if(p->user[tindex].offset)
5325 aic_dev->goal.period = p->user[tindex].period;
5326 aic_dev->goal.options = p->user[tindex].options;
6218 unsigned char scb_index, tindex;
6257 tindex = TARGET_INDEX(scb->cmd);
6477 unsigned char tindex;
6479 tindex = sdpnt->id | (sdpnt->channel << 3);
6487 aic_dev->goal.width = p->user[tindex].width;
6499 if ( sdpnt->sdtr && p->user[tindex].offset )
6501 aic_dev->goal.period = p->user[tindex].period;
6502 aic_dev->goal.options = p->user[tindex].options;
6509 if ( sdpnt->ppr && p->user[tindex].period <= 9 &&
6510 p->user[tindex].options )
6610 unsigned char tindex;
6612 tindex = device->id | (device->channel << 3);
6621 if (!(p->discenable & (1 << tindex)))
6648 if (aic7xxx_tag_info[p->instance].tag_commands[tindex] == 255)
6652 else if (aic7xxx_tag_info[p->instance].tag_commands[tindex] == 0)
6660 aic7xxx_tag_info[p->instance].tag_commands[tindex];
10063 unsigned char tindex = TARGET_INDEX(cmd);
10066 mask = (0x01 << tindex);