Searched refs:fak (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c479 u32 fak; /* Sync factor in sxfer */ local
517 fak = 0; /* No extra clocks */
522 *fakp = fak;
536 * If fak >= 1 we will set both XCLKH_ST and XCLKH_DT.
537 * If fak >= 2 we will also set XCLKS_ST and XCLKS_DT.
540 fak = (kpc - 1) / (div_10M[div] << 1) + 1 - 2;
541 /* ret = ((2+fak)*div_10M[div])/np->clock_khz; */
543 fak = (kpc - 1) / div_10M[div] + 1 - 4;
544 /* ret = ((4+fak)*div_10M[div])/np->clock_khz; */
550 if (fak >
1917 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2073 sym_setsync(struct sym_hcb *np, int target, u_char ofs, u_char per, u_char div, u_char fak) argument
2106 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3905 u_char chg, ofs, per, fak, div; local
4020 unsigned char fak, div; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c5312 u_long fak; /* Sync factor in sxfer */ local
5336 fak = (kpc - 1) / div_10M[div] + 1;
5339 if (fak < 4) fak = 4; /* Should never happen, too bad ... */
5344 *fakp = fak - 4;
6543 u_char chg, ofs, per, fak, wide; local
6755 fak = 7;
6758 ncr_getsync(np, per, &fak, &scntl3);
6759 if (fak > 7) {
6765 fak
[all...]

Completed in 103 milliseconds