Searched refs:clk48 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-nomadik-stn8815.dtsi | 246 clk48: clk48@48M { label 472 clocks = <&clk72 &clk48>; 478 clocks = <&clk48>; 484 clocks = <&clk48>; 490 clocks = <&clk48>; 497 clocks = <&clk48>; 503 clocks = <&clk48>; 509 clocks = <&clk48>; 515 clocks = <&clk48>; 521 clocks = <&clk48>; [all …]
|
D | stih416.dtsi | 336 clock-names = "ic", "clk48"; 350 clock-names = "ic", "clk48"; 367 clock-names = "ic", "clk48"; 381 clock-names = "ic", "clk48"; 397 clock-names = "ic", "clk48"; 411 clock-names = "ic", "clk48"; 427 clock-names = "ic", "clk48"; 441 clock-names = "ic", "clk48";
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-st.c | 35 struct clk *clk48; member 64 if (priv->clk48) { in st_ohci_platform_power_on() 65 ret = clk_set_rate(priv->clk48, 48000000); in st_ohci_platform_power_on() 185 priv->clk48 = devm_clk_get(&dev->dev, "clk48"); in st_ohci_platform_probe() 186 if (IS_ERR(priv->clk48)) { in st_ohci_platform_probe() 188 priv->clk48 = NULL; in st_ohci_platform_probe()
|
D | ehci-st.c | 36 struct clk *clk48; member 88 if (priv->clk48) { in st_ehci_platform_power_on() 89 ret = clk_set_rate(priv->clk48, 48000000); in st_ehci_platform_power_on() 208 priv->clk48 = devm_clk_get(&dev->dev, "clk48"); in st_ehci_platform_probe() 209 if (IS_ERR(priv->clk48)) { in st_ehci_platform_probe() 211 priv->clk48 = NULL; in st_ehci_platform_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | ohci-st.txt | 10 - clock-names : should be "ic" for interconnect clock and "clk48" 29 clock-names = "ic", "clk48";
|
D | ehci-st.txt | 12 - clock-names : should be "ic" for interconnect clock and "clk48"
|