Searched refs:clk48 (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | ste-nomadik-stn8815.dtsi | 251 clk48: clk48@48M { label 477 clocks = <&clk72 &clk48>; 483 clocks = <&clk48>; 489 clocks = <&clk48>; 495 clocks = <&clk48>; 502 clocks = <&clk48>; 508 clocks = <&clk48>; 514 clocks = <&clk48>; 520 clocks = <&clk48>; 526 clocks = <&clk48>; [all …]
|
| D | stih416.dtsi | 358 clock-names = "ic", "clk48"; 372 clock-names = "ic", "clk48"; 389 clock-names = "ic", "clk48"; 403 clock-names = "ic", "clk48"; 419 clock-names = "ic", "clk48"; 433 clock-names = "ic", "clk48"; 449 clock-names = "ic", "clk48"; 463 clock-names = "ic", "clk48";
|
| /linux-4.4.14/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 83 if (priv->clk48) { in st_ehci_platform_power_on() 84 ret = clk_set_rate(priv->clk48, 48000000); in st_ehci_platform_power_on() 203 priv->clk48 = devm_clk_get(&dev->dev, "clk48"); in st_ehci_platform_probe() 204 if (IS_ERR(priv->clk48)) { in st_ehci_platform_probe() 206 priv->clk48 = NULL; in st_ehci_platform_probe()
|
| /linux-4.4.14/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"
|