Searched refs:syncrate (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 2351 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local 2375 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period() 2378 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period() 2396 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local 2401 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_offset() 2407 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset() 2427 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local 2438 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_dt() 2441 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt() 2465 struct ahc_syncrate *syncrate; [all …]
|
| H A D | aic7xxx_core.c | 2249 const struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 2268 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 2269 syncrate->rate != NULL; in ahc_find_syncrate() 2270 syncrate++) { in ahc_find_syncrate() 2277 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 2280 if (*period <= syncrate->period) { in ahc_find_syncrate() 2292 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 2293 *period = syncrate->period; in ahc_find_syncrate() 2299 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 2306 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|