• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching defs:period

856   unsigned char period;
1011 unsigned char period;
1263 unsigned int period, unsigned int offset, unsigned char options,
1856 * Look up the valid period to SCSIRATE conversion in our table
1859 aic7xxx_find_syncrate(struct aic7xxx_host *p, unsigned int *period,
1911 if (*period <= syncrate->period)
1927 * properly, so unilaterally set the period as well.
1929 *period = syncrate->period;
1936 *period = syncrate->period;
1946 *period = syncrate->period;
1958 if ( (*period == 0) || (syncrate->rate[0] == NULL) ||
1965 *period = 255;
1977 * Look up the valid SCSIRATE to period conversion in our table
2002 return (syncrate->period);
2004 return (syncrate->period);
2008 return (syncrate->period);
2057 int target, int channel, unsigned int period, unsigned int offset,
2071 period = 0;
2075 old_period = aic_dev->cur.period;
2140 aic_dev->cur.period = period;
2166 aic_dev->goal.period = period;
2173 p->user[tindex].period = period;
3753 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.period;
3770 aic7xxx_construct_sdtr(struct aic7xxx_host *p, unsigned char period,
3776 p->msg_buf[p->msg_index++] = period;
4513 aic_dev->goal.period,
4531 unsigned int max_sync, period;
4557 period = aic_dev->goal.period;
4558 aic7xxx_find_syncrate(p, &period, max_sync, &options);
4562 CTL_OF_SCB(scb), period,
4565 aic7xxx_construct_sdtr(p, period, aic_dev->goal.offset);
4883 unsigned int period, new_period, offset, new_offset, maxsync;
4961 period = new_period = p->msg_buf[3];
4994 aic_dev->goal.period = max_t(unsigned char, 10,p->user[tindex].period);
5007 aic_dev->goal.period = 255;
5038 new_period = max_t(unsigned int, period, aic_dev->goal.period);
5160 aic_dev->goal.period = max_t(unsigned char, 10, p->user[tindex].period);
5175 aic_dev->goal.period = 255;
5272 period = new_period = p->msg_buf[3];
5280 p->host_no, CTL_OF_SCB(scb), period, offset, bus_width,
5316 aic_dev->goal.period = p->user[tindex].period;
5335 aic_dev->goal.period = 255;
5859 * Delay for the selection timeout delay period then stop the selection
5998 if( aic_dev->goal.period <= 9 )
6000 aic_dev->goal.period = 10;
6492 aic_dev->goal.period = p->user[tindex].period;
6500 if ( sdpnt->ppr && p->user[tindex].period <= 9 &&
6511 aic_dev->goal.period = max_t(unsigned char, 10, aic_dev->goal.period);
6518 aic_dev->goal.period = 255;
7050 * to enable the chip select for a clock period (typically a minimum of
8714 p->user[i].period = 0;
8733 p->user[i].period = aic7xxx_find_period(p, scsirate,
8742 p->user[i].period = aic7xxx_find_period(p, scsirate,
8755 p->user[i].period = aic7xxx_find_period(p, scsirate,
8761 p->user[i].period = aic7xxx_find_period(p, scsirate,