Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/usb/
Dtegra_usb_phy.h67 struct clk *pll_u; member
/linux-4.4.14/arch/arm/boot/dts/
Dtegra20.dtsi660 clock-names = "reg", "pll_u", "timer", "utmi-pads";
694 clock-names = "reg", "pll_u", "ulpi-link";
720 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Dtegra30.dtsi818 clock-names = "reg", "pll_u", "utmi-pads";
855 clock-names = "reg", "pll_u", "utmi-pads";
891 clock-names = "reg", "pll_u", "utmi-pads";
Dtegra124.dtsi853 clock-names = "reg", "pll_u", "utmi-pads";
890 clock-names = "reg", "pll_u", "utmi-pads";
926 clock-names = "reg", "pll_u", "utmi-pads";
Dtegra114.dtsi693 clock-names = "reg", "pll_u", "utmi-pads";
729 clock-names = "reg", "pll_u", "utmi-pads";
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.txt20 - pll_u: PLL_U. Always present.