Lines Matching full:cfg_ahb_clk
326 * @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()
869 ret = PTR_ERR(qphy->cfg_ahb_clk); in qusb2_phy_probe()