Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dncr53c8xx.c1216 /*3*/ u_char minsync; member
1222 /*0*/ u_char minsync; member
1674 u_char minsync; /* Minimum sync period factor */ member
3775 if (period <= 250) np->minsync = 10; in ncr_prepare_setting()
3776 else if (period <= 303) np->minsync = 11; in ncr_prepare_setting()
3777 else if (period <= 500) np->minsync = 12; in ncr_prepare_setting()
3778 else np->minsync = (period + 40 - 1) / 40; in ncr_prepare_setting()
3784 if (np->minsync < 25 && !(np->features & FE_ULTRA)) in ncr_prepare_setting()
3785 np->minsync = 25; in ncr_prepare_setting()
3951 np->minsync < 1 in ncr_prepare_setting()
5224 u_long minsync = tp->usrsync; ncr_negotiate() local
[all...]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c731 if (period <= 250) np->minsync = 10;
732 else if (period <= 303) np->minsync = 11;
733 else if (period <= 500) np->minsync = 12;
734 else np->minsync = (period + 40 - 1) / 40;
739 if (np->minsync < 25 &&
741 np->minsync = 25;
742 else if (np->minsync < 12 &&
744 np->minsync = 12;
1392 if (goal->period < np->minsync)
1393 goal->period = np->minsync;
4099 unsigned char minsync = dt ? np->minsync_dt : np->minsync; global() local
[all...]
H A Dsym_nvram.c63 np->minsync = nvram->data.parisc.factor; in sym_nvram_setup_host()
H A Dsym_hipd.h914 u_char minsync; /* Min sync period factor (ST) */ member