Searched refs:pll_div (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8955.c421 static void pll_factors(struct _pll_div *pll_div, unsigned int target, argument
430 pll_div->div2 = 1;
433 pll_div->div2 = 0;
439 pll_div->n = Ndiv;
454 pll_div->k = K;
472 struct _pll_div pll_div; local
474 pll_factors(&pll_div, freq_out * 8, freq_in);
478 value = (pll_div.n << 5) + ((pll_div.k & 0x3c0000) >> 18);
482 value = (pll_div
[all...]
H A Dwm8753.c704 static void pll_factors(struct _pll_div *pll_div, unsigned int target, argument
713 pll_div->div2 = 1;
716 pll_div->div2 = 0;
722 pll_div->n = Ndiv;
737 pll_div->k = K;
767 struct _pll_div pll_div; local
769 pll_factors(&pll_div, freq_out * 8, freq_in);
773 value = (pll_div.n << 5) + ((pll_div.k & 0x3c0000) >> 18);
777 value = (pll_div
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsram-fn.S268 ldr r4, pll_div @ get addr
324 pll_div: label

Completed in 131 milliseconds