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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dicst307.c15 * The s2div and idx2s files are different
37 static unsigned char idx2s[8] = { 1, 6, 3, 4, 7, 5, 2, 0 }; variable
51 f = freq * s2div[idx2s[i]];
58 } while (i < ARRAY_SIZE(idx2s));
60 if (i >= ARRAY_SIZE(idx2s))
63 vco.s = idx2s[i];
113 f = period / s2div[idx2s[i]];
120 } while (i < ARRAY_SIZE(idx2s));
122 if (i >= ARRAY_SIZE(idx2s))
125 vco.s = idx2s[
[all...]
H A Dicst525.c34 static unsigned char idx2s[] = { 1, 3, 4, 7, 5, 2, 6, 0 }; variable
48 f = freq * s2div[idx2s[i]];
56 } while (i < ARRAY_SIZE(idx2s));
58 if (i >= ARRAY_SIZE(idx2s))
61 vco.s = idx2s[i];
111 f = period / s2div[idx2s[i]];
119 } while (i < ARRAY_SIZE(idx2s));
121 if (i >= ARRAY_SIZE(idx2s))
124 vco.s = idx2s[i];

Completed in 42 milliseconds