Lines Matching defs:reg_clk
270 xhci->reg_clk = devm_clk_get_optional(&pdev->dev, "reg");
271 if (IS_ERR(xhci->reg_clk)) {
272 ret = PTR_ERR(xhci->reg_clk);
276 ret = clk_prepare_enable(xhci->reg_clk);
396 clk_disable_unprepare(xhci->reg_clk);
413 struct clk *reg_clk = xhci->reg_clk;
427 clk_disable_unprepare(reg_clk);
459 clk_disable_unprepare(xhci->reg_clk);
476 ret = clk_prepare_enable(xhci->reg_clk);
500 clk_disable_unprepare(xhci->reg_clk);