Home
last modified time | relevance | path

Searched refs:cfg_ahb_clk (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c313 struct clk *cfg_ahb_clk; member
535 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_suspend()
560 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
586 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
615 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_init()
730 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_init()
752 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_exit()
809 qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb"); in qusb2_phy_probe()
810 if (IS_ERR(qphy->cfg_ahb_clk)) { in qusb2_phy_probe()
811 ret = PTR_ERR(qphy->cfg_ahb_clk); in qusb2_phy_probe()
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dqcom-emac.txt43 clock-names = "axi_clk", "cfg_ahb_clk", "high_speed_clk",
92 clock-names = "axi_clk", "cfg_ahb_clk", "high_speed_clk",