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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dclock-mx51.c40 static struct clk usboh3_clk; variable in typeref:struct:clk
724 static struct clk usboh3_clk = { variable in typeref:struct:clk
833 _REGISTER_CLOCK("mxc-ehci.0", "usb", usboh3_clk)
835 _REGISTER_CLOCK("mxc-ehci.1", "usb", usboh3_clk)
837 _REGISTER_CLOCK("fsl-usb2-udc", "usb", usboh3_clk)
874 /* set the usboh3_clk parent to pll2_sw_clk */
875 clk_set_parent(&usboh3_clk, &pll2_sw_clk);

Completed in 53 milliseconds