Lines Matching refs:refclk
86 struct clk *refclk; member
353 phy->refclk = devm_clk_get(phy->dev, "refclk"); in ti_pipe3_probe()
354 if (IS_ERR(phy->refclk)) { in ti_pipe3_probe()
360 return PTR_ERR(phy->refclk); in ti_pipe3_probe()
443 if (!IS_ERR(phy->refclk)) { in ti_pipe3_probe()
444 clk_prepare_enable(phy->refclk); in ti_pipe3_probe()
473 if (!IS_ERR(phy->refclk)) { in ti_pipe3_enable_clocks()
474 ret = clk_prepare_enable(phy->refclk); in ti_pipe3_enable_clocks()
504 if (!IS_ERR(phy->refclk)) in ti_pipe3_enable_clocks()
505 clk_disable_unprepare(phy->refclk); in ti_pipe3_enable_clocks()
514 if (!IS_ERR(phy->refclk)) { in ti_pipe3_disable_clocks()
515 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()
521 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()