Lines Matching refs:refclk
171 struct clk *refclk; member
608 phy->refclk = devm_clk_get(dev, "refclk"); in ti_pipe3_get_clk()
609 if (IS_ERR(phy->refclk)) { in ti_pipe3_get_clk()
615 return PTR_ERR(phy->refclk); in ti_pipe3_get_clk()
833 if (!IS_ERR(phy->refclk)) { in ti_pipe3_probe()
834 clk_prepare_enable(phy->refclk); in ti_pipe3_probe()
862 if (!IS_ERR(phy->refclk)) { in ti_pipe3_enable_clocks()
863 ret = clk_prepare_enable(phy->refclk); in ti_pipe3_enable_clocks()
893 if (!IS_ERR(phy->refclk)) in ti_pipe3_enable_clocks()
894 clk_disable_unprepare(phy->refclk); in ti_pipe3_enable_clocks()
903 if (!IS_ERR(phy->refclk)) { in ti_pipe3_disable_clocks()
904 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()
910 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()