Lines Matching refs:cfg_ahb_clk
456 struct clk *cfg_ahb_clk; member
691 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_suspend()
716 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
742 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_runtime_resume()
771 ret = clk_prepare_enable(qphy->cfg_ahb_clk); in qusb2_phy_init()
891 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_init()
913 clk_disable_unprepare(qphy->cfg_ahb_clk); in qusb2_phy_exit()
1007 qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb"); in qusb2_phy_probe()
1008 if (IS_ERR(qphy->cfg_ahb_clk)) in qusb2_phy_probe()
1009 return dev_err_probe(dev, PTR_ERR(qphy->cfg_ahb_clk), in qusb2_phy_probe()