Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c693 clk_disable_unprepare(phy->pll_u); in tegra_usb_phy_close()
763 phy->pll_u = devm_clk_get(phy->u_phy.dev, "pll_u"); in tegra_usb_phy_init()
764 if (IS_ERR(phy->pll_u)) { in tegra_usb_phy_init()
766 return PTR_ERR(phy->pll_u); in tegra_usb_phy_init()
769 err = clk_prepare_enable(phy->pll_u); in tegra_usb_phy_init()
773 parent_rate = clk_get_rate(clk_get_parent(phy->pll_u)); in tegra_usb_phy_init()
806 clk_disable_unprepare(phy->pll_u); in tegra_usb_phy_init()
/linux-4.1.27/include/linux/usb/
Dtegra_usb_phy.h67 struct clk *pll_u; member
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20.dtsi657 clock-names = "reg", "pll_u", "timer", "utmi-pads";
691 clock-names = "reg", "pll_u", "ulpi-link";
717 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Dtegra30.dtsi800 clock-names = "reg", "pll_u", "utmi-pads";
837 clock-names = "reg", "pll_u", "utmi-pads";
873 clock-names = "reg", "pll_u", "utmi-pads";
Dtegra124.dtsi828 clock-names = "reg", "pll_u", "utmi-pads";
865 clock-names = "reg", "pll_u", "utmi-pads";
901 clock-names = "reg", "pll_u", "utmi-pads";
Dtegra114.dtsi690 clock-names = "reg", "pll_u", "utmi-pads";
726 clock-names = "reg", "pll_u", "utmi-pads";
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dnvidia,tegra20-usb-phy.txt20 - pll_u: PLL_U. Always present.