Searched refs:syncrate (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2390 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local 2414 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() 2416 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period() 2434 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local 2439 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset() 2444 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset() 2464 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local 2475 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt() 2477 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt() 2501 struct ahc_syncrate *syncrate; [all …]
|
D | aic7xxx_core.c | 2274 const struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 2293 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 2294 syncrate->rate != NULL; in ahc_find_syncrate() 2295 syncrate++) { in ahc_find_syncrate() 2302 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 2305 if (*period <= syncrate->period) { in ahc_find_syncrate() 2317 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 2318 *period = syncrate->period; in ahc_find_syncrate() 2324 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 2331 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
D | aic7xxx.h | 1228 const struct ahc_syncrate *syncrate,
|
/drivers/scsi/ |
D | aic7xxx_old.c | 1267 struct aic7xxx_syncrate *syncrate, int target, int channel, 1870 struct aic7xxx_syncrate *syncrate; in aic7xxx_find_syncrate() local 1915 syncrate = &aic7xxx_syncrates[maxsync]; in aic7xxx_find_syncrate() 1916 while ( (syncrate->rate[0] != NULL) && in aic7xxx_find_syncrate() 1917 (!(p->features & AHC_ULTRA2) || syncrate->sxfr_ultra2) ) in aic7xxx_find_syncrate() 1919 if (*period <= syncrate->period) in aic7xxx_find_syncrate() 1925 if(!(syncrate->sxfr_ultra2 & AHC_SYNCRATE_CRC)) in aic7xxx_find_syncrate() 1937 *period = syncrate->period; in aic7xxx_find_syncrate() 1942 if(syncrate == &aic7xxx_syncrates[maxsync]) in aic7xxx_find_syncrate() 1944 *period = syncrate->period; in aic7xxx_find_syncrate() [all …]
|
D | aha152x.c | 529 unsigned char syncrate[8]; member 607 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id]) 1793 SETRATE(HOSTDATA(shpnt)->syncrate[target]); in seldi_run() 1964 HOSTDATA(shpnt)->syncrate[i]=0; in msgi_run() 3360 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f) in aha152x_proc_info() 3363 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2), in aha152x_proc_info() 3364 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50, in aha152x_proc_info() 3365 HOSTDATA(shpnt)->syncrate[i] & 0x0f); in aha152x_proc_info()
|