Lines Matching refs:pll_ref
107 struct clk *pll_ref; member
317 clk_disable_unprepare(xvcu->pll_ref); in xvcu_set_vcu_pll_info()
318 ret = clk_set_rate(xvcu->pll_ref, refclk); in xvcu_set_vcu_pll_info()
322 ret = clk_prepare_enable(xvcu->pll_ref); in xvcu_set_vcu_pll_info()
328 refclk = clk_get_rate(xvcu->pll_ref); in xvcu_set_vcu_pll_info()
540 xvcu->pll_ref = devm_clk_get(&pdev->dev, "pll_ref"); in xvcu_probe()
541 if (IS_ERR(xvcu->pll_ref)) { in xvcu_probe()
543 return PTR_ERR(xvcu->pll_ref); in xvcu_probe()
552 ret = clk_prepare_enable(xvcu->pll_ref); in xvcu_probe()
579 clk_disable_unprepare(xvcu->pll_ref); in xvcu_probe()
604 clk_disable_unprepare(xvcu->pll_ref); in xvcu_remove()