Searched refs:syncrate (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1900 /*syncrate*/NULL,
2169 * this function finds the nearest syncrate to the input period limited
2232 const struct ahc_syncrate *syncrate; local
2251 for (syncrate = &ahc_syncrates[maxsync];
2252 syncrate->rate != NULL;
2253 syncrate++) {
2260 && (syncrate->sxfr_u2 == 0))
2263 if (*period <= syncrate->period) {
2275 if (syncrate == &ahc_syncrates[maxsync])
2276 *period = syncrate
2307 const struct ahc_syncrate *syncrate; local
2346 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, const struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
2451 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3591 const struct ahc_syncrate *syncrate; local
3766 const struct ahc_syncrate *syncrate; local
[all...]
H A Daic7xxx_osm.c2377 const struct ahc_syncrate *syncrate; local
2401 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2403 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2421 const struct ahc_syncrate *syncrate = NULL; local
2426 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2431 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2451 const struct ahc_syncrate *syncrate; local
2462 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT);
2464 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
H A Daic7xxx.h1220 const struct ahc_syncrate *syncrate,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c1262 struct aic7xxx_syncrate *syncrate, int target, int channel,
1862 struct aic7xxx_syncrate *syncrate; local
1907 syncrate = &aic7xxx_syncrates[maxsync];
1908 while ( (syncrate->rate[0] != NULL) &&
1909 (!(p->features & AHC_ULTRA2) || syncrate->sxfr_ultra2) )
1911 if (*period <= syncrate->period)
1917 if(!(syncrate->sxfr_ultra2 & AHC_SYNCRATE_CRC))
1929 *period = syncrate->period;
1934 if(syncrate == &aic7xxx_syncrates[maxsync])
1936 *period = syncrate
1983 struct aic7xxx_syncrate *syncrate; local
2024 aic7xxx_validate_offset(struct aic7xxx_host *p, struct aic7xxx_syncrate *syncrate, unsigned int *offset, int wide) argument
2056 aic7xxx_set_syncrate(struct aic7xxx_host *p, struct aic7xxx_syncrate *syncrate, int target, int channel, unsigned int period, unsigned int offset, unsigned char options, unsigned int type, struct aic_dev_data *aic_dev) argument
4884 struct aic7xxx_syncrate *syncrate; local
[all...]
H A Daha152x.c521 unsigned char syncrate[8]; member in struct:aha152x_hostdata
599 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id])
1749 SETRATE(HOSTDATA(shpnt)->syncrate[target]);
1907 HOSTDATA(shpnt)->syncrate[i]=0;
3293 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f)
3296 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2),
3297 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50,
3298 HOSTDATA(shpnt)->syncrate[i] & 0x0f);

Completed in 202 milliseconds