Searched defs:maxsync (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c587 int maxsync = AHC_SYNCRATE_DT; local
607 maxsync = ultra ? AHC_SYNCRATE_ULTRA :
614 ahc_find_period(ahc, scsirate, maxsync);
H A Daic7xxx_core.c2221 u_int maxsync; local
2226 maxsync = AHC_SYNCRATE_DT;
2228 maxsync = AHC_SYNCRATE_ULTRA;
2233 maxsync = AHC_SYNCRATE_ULTRA;
2235 maxsync = AHC_SYNCRATE_FAST;
2253 maxsync = max(maxsync, (u_int)AHC_SYNCRATE_ULTRA2);
2262 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync));
2272 u_int *ppr_options, u_int maxsync)
2281 && maxsync < AHC_SYNCRATE_ULTRA
2271 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
2347 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) argument
5523 u_int maxsync; local
[all...]
H A Daic79xx_core.c3702 u_int maxsync; local
3706 maxsync = AHD_SYNCRATE_PACED;
3708 maxsync = AHD_SYNCRATE_ULTRA;
3728 maxsync = max(maxsync, (u_int)AHD_SYNCRATE_ULTRA2);
3736 ahd_find_syncrate(ahd, period, ppr_options, maxsync);
3747 u_int *ppr_options, u_int maxsync)
3749 if (*period < maxsync)
3750 *period = maxsync;
3746 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) argument
/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h928 u_char maxsync; /* Max sync period factor (ST) */ member in struct:sym_hcb
/drivers/scsi/
H A Dncr53c8xx.c1690 u_char maxsync; /* Maximum sync period factor */ member in struct:ncb
3832 np->maxsync = period > 2540 ? 254 : period / 10;
5332 if (tp->usrsync <= np->maxsync) {
5395 if (minsync > np->maxsync)
8547 if (period > np->maxsync)
8548 period = np->maxsync;

Completed in 123 milliseconds