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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1330 /*syncrate*/NULL,
1632 * this function finds the nearest syncrate to the input period limited
1695 struct ahc_syncrate *syncrate; local
1705 for (syncrate = &ahc_syncrates[maxsync];
1706 syncrate->rate != NULL;
1707 syncrate++) {
1714 && (syncrate->sxfr_u2 == 0))
1717 if (*period <= syncrate->period) {
1729 if (syncrate == &ahc_syncrates[maxsync])
1730 *period = syncrate
1761 struct ahc_syncrate *syncrate; local
1789 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1894 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3034 struct ahc_syncrate *syncrate; local
3209 struct ahc_syncrate *syncrate; local
[all...]
H A Daic7xxx_osm.c2341 struct ahc_syncrate *syncrate; local
2360 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2362 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2380 struct ahc_syncrate *syncrate = NULL; local
2385 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
2390 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
2410 struct ahc_syncrate *syncrate; local
2421 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT);
2423 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset,
H A Daic7xxx.h1237 struct ahc_syncrate *syncrate,
1263 struct ahc_syncrate *syncrate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
4893 struct aic7xxx_syncrate *syncrate; local
[all...]
H A Daha152x.c516 unsigned char syncrate[8]; member in struct:aha152x_hostdata
599 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id])
1793 SETRATE(HOSTDATA(shpnt)->syncrate[target]);
1951 HOSTDATA(shpnt)->syncrate[i]=0;
3334 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f)
3337 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2),
3338 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50,
3339 HOSTDATA(shpnt)->syncrate[i] & 0x0f);

Completed in 101 milliseconds