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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dclock.c120 static struct clk pllb = { variable in typeref:struct:clk
121 .name = "pllb",
162 .parent = &pllb,
211 return &pllb;
545 if (pll == &pllb && (reg & AT91_PMC_USB96M))
622 uhpck.parent = &pllb;
625 pllb.rate_hz = at91_pll_rate(&pllb, main_clock, at91_pllb_usb_init);
640 udpck.rate_hz = at91_usb_rate(&pllb, pllb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Dsam9g20_wm8731.c207 struct clk *pllb; local
223 pllb = clk_get(NULL, "pllb");
229 ret = clk_set_parent(mclk, pllb);
230 clk_put(pllb);

Completed in 25 milliseconds