Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
Dusb_phy.c685 phy->pll_u = clk_get_sys(NULL, "pll_u"); in tegra_usb_phy_open()
686 if (IS_ERR(phy->pll_u)) { in tegra_usb_phy_open()
688 err = PTR_ERR(phy->pll_u); in tegra_usb_phy_open()
691 clk_enable(phy->pll_u); in tegra_usb_phy_open()
693 parent_rate = clk_get_rate(clk_get_parent(phy->pll_u)); in tegra_usb_phy_open()
728 clk_disable(phy->pll_u); in tegra_usb_phy_open()
729 clk_put(phy->pll_u); in tegra_usb_phy_open()
803 clk_disable(phy->pll_u); in tegra_usb_phy_close()
804 clk_put(phy->pll_u); in tegra_usb_phy_close()
/arch/arm/mach-tegra/include/mach/
Dusb_phy.h57 struct clk *pll_u; member