Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2249 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 …]