Searched full:cfg_ahb_clk (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qusb2.c | 412 * @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 …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,dispcc-sm6125.yaml | 42 - const: cfg_ahb_clk 97 "cfg_ahb_clk",
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | qcom-emac.txt | 43 clock-names = "axi_clk", "cfg_ahb_clk", "high_speed_clk", 92 clock-names = "axi_clk", "cfg_ahb_clk", "high_speed_clk",
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 68 "axi_clk", "cfg_ahb_clk", "high_speed_clk", "mdio_clk", "tx_clk",
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm6125.dtsi | 1429 "cfg_ahb_clk",
|