Home
last modified time | relevance | path

Searched refs:pll_u (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-tegra/
Dusb_phy.c683 phy->pll_u = clk_get_sys(NULL, "pll_u"); in tegra_usb_phy_open()
684 if (IS_ERR(phy->pll_u)) { in tegra_usb_phy_open()
686 err = PTR_ERR(phy->pll_u); in tegra_usb_phy_open()
689 clk_enable(phy->pll_u); in tegra_usb_phy_open()
691 parent_rate = clk_get_rate(clk_get_parent(phy->pll_u)); in tegra_usb_phy_open()
726 clk_disable(phy->pll_u); in tegra_usb_phy_open()
727 clk_put(phy->pll_u); in tegra_usb_phy_open()
792 clk_disable(phy->pll_u); in tegra_usb_phy_close()
793 clk_put(phy->pll_u); in tegra_usb_phy_close()
/linux-2.6.39/arch/arm/mach-tegra/include/mach/
Dusb_phy.h57 struct clk *pll_u; member