Searched refs:pll_u (Results 1 – 2 of 2) sorted by relevance
683 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()
57 struct clk *pll_u; member