Searched refs:pll_u (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/usb/phy/ |
D | phy-tegra-usb.c | 693 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/ |
D | tegra_usb_phy.h | 67 struct clk *pll_u; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra20.dtsi | 660 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";
|
D | tegra30.dtsi | 818 clock-names = "reg", "pll_u", "utmi-pads"; 855 clock-names = "reg", "pll_u", "utmi-pads"; 891 clock-names = "reg", "pll_u", "utmi-pads";
|
D | tegra124.dtsi | 853 clock-names = "reg", "pll_u", "utmi-pads"; 890 clock-names = "reg", "pll_u", "utmi-pads"; 926 clock-names = "reg", "pll_u", "utmi-pads";
|
D | tegra114.dtsi | 693 clock-names = "reg", "pll_u", "utmi-pads"; 729 clock-names = "reg", "pll_u", "utmi-pads";
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra20-usb-phy.txt | 20 - pll_u: PLL_U. Always present.
|