Home
last modified time | relevance | path

Searched full:cfg_ahb_clk (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c326 * @cfg_ahb_clk: AHB2PHY interface clock
346 struct clk *cfg_ahb_clk; member
581 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_suspend()
606 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
632 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
661 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_init()
776 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_init()
798 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_exit()
867 qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb"); in qusb2_phy_probe()
868 if (IS_ERR(qphy->cfg_ahb_clk)) { in qusb2_phy_probe()
[all …]
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
Dphy-qcom-qusb2.c412 * @cfg_ahb_clk: AHB2PHY interface clock
432 struct clk *cfg_ahb_clk; member
667 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_suspend()
692 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
718 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
747 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_init()
867 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_init()
889 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_exit()
977 qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb"); in qusb2_phy_probe()
978 if (IS_ERR(qphy->cfg_ahb_clk)) in qusb2_phy_probe()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dqcom,dispcc-sm6125.yaml42 - const: cfg_ahb_clk
97 "cfg_ahb_clk",
/kernel/linux/linux-5.10/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",
/kernel/linux/linux-6.6/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",
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
Demac.c69 "axi_clk", "cfg_ahb_clk", "high_speed_clk", "mdio_clk", "tx_clk",
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
Demac.c68 "axi_clk", "cfg_ahb_clk", "high_speed_clk", "mdio_clk", "tx_clk",