Searched refs:postdiv (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c85 u32 postdiv; member in struct:tnetd7200_clock
112 int *postdiv, int *mul)
123 *postdiv = k;
128 static void calculate(int base, int target, int *prediv, int *postdiv, argument
137 *postdiv = tmp_base / tmp_gcd;
140 if ((*postdiv > 0) & (*postdiv <= 32))
144 if (base / *prediv * *mul / *postdiv != target) {
145 approximate(base, target, prediv, postdiv, mul);
146 tmp_freq = base / *prediv * *mul / *postdiv;
111 approximate(int base, int target, int *prediv, int *postdiv, int *mul) argument
180 int postdiv = (ctrl & POSTDIV_MASK) + 1; local
221 int prediv, postdiv, mul; local
274 tnetd7200_set_clock(int base, struct tnetd7200_clock *clock, int prediv, int postdiv, int postdiv2, int mul, u32 frequency) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dclock.c300 u32 ctrl, mult = 1, prediv = 1, postdiv = 1; local
331 postdiv = __raw_readl(pll->base + POSTDIV);
332 if (postdiv & PLLDIV_EN)
333 postdiv = (postdiv & pll->div_ratio_mask) + 1;
335 postdiv = 1;
341 rate /= postdiv;
352 if (postdiv > 1)
353 pr_debug("/ %d ", postdiv);
367 * @postdiv
369 davinci_set_pllrate(struct pll_data *pll, unsigned int prediv, unsigned int mult, unsigned int postdiv) argument
[all...]
H A Dclock.h120 unsigned int mult, unsigned int postdiv);
H A Dda850.c844 unsigned int postdiv; member in struct:da850_opp
853 .postdiv = 2,
862 .postdiv = 3,
871 .postdiv = 5,
969 unsigned int prediv, mult, postdiv; local
977 postdiv = opp->postdiv;
979 ret = davinci_set_pllrate(pll, prediv, mult, postdiv);
H A Dtnetv107x.c640 unsigned long mult = 0, prediv = 1, postdiv = 1; local
667 postdiv = __raw_readl(&sspll_regs[pll]->post_div) + 1;
684 ret /= (prediv * postdiv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dgxt4500.c230 int m, n, pdiv1, pdiv2, postdiv; local
240 postdiv = pdiv1 * pdiv2;
241 pll_period = DIV_ROUND_UP(period_ps, postdiv);
249 n = intf * postdiv / period_ps;
252 t = par->refclk_ps * m * postdiv / n;

Completed in 136 milliseconds