Searched refs:clock_divn (Results 1 - 4 of 4) 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.h926 u_char clock_divn; /* Number of clock divisors */ member in struct:sym_hcb
H A Dsym_hipd.c478 int div = np->clock_divn; /* Number of divisors supported */
518 if (div == np->clock_divn) { /* Are we too fast ? */
713 i = np->clock_divn - 1;
753 period = (11 * div_10M[np->clock_divn - 1]) / (4 * np->clock_khz);
H A Dsym_glue.c1349 np->clock_divn = dev->chip.nr_divisor;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1690 u_char clock_divn; /* Number of clock divisors */ member in struct:ncb
3768 i = np->clock_divn - 1;
3799 period = (11 * div_10M[np->clock_divn - 1]) / (4 * np->clock_khz);
5311 int div = np->clock_divn; /* Number of divisors supported */
8132 np->clock_divn = device->chip.nr_divisor;

Completed in 130 milliseconds