Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/qualcomm/
Dphy-qcom-snps-femto-v2.c86 struct clk *cfg_ahb_clk; member
125 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_suspend()
135 ret = clk_prepare_enable(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_resume()
186 ret = clk_prepare_enable(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_init()
250 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_init()
262 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_exit()
Dphy-qcom-qusb2.c433 struct clk *cfg_ahb_clk; member
664 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_suspend()
689 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
715 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
744 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_init()
864 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_init()
886 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_exit()
965 qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb"); in qusb2_phy_probe()
966 if (IS_ERR(qphy->cfg_ahb_clk)) { in qusb2_phy_probe()
967 ret = PTR_ERR(qphy->cfg_ahb_clk); in qusb2_phy_probe()
/Linux-v5.15/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",