Lines Matching defs:xti_clk
139 struct clk *xti_clk;
880 if (sta32x->xti_clk) {
881 ret = clk_prepare_enable(sta32x->xti_clk);
987 if (sta32x->xti_clk)
988 clk_disable_unprepare(sta32x->xti_clk);
999 if (sta32x->xti_clk)
1000 clk_disable_unprepare(sta32x->xti_clk);
1113 sta32x->xti_clk = devm_clk_get(dev, "xti");
1114 if (IS_ERR(sta32x->xti_clk)) {
1115 ret = PTR_ERR(sta32x->xti_clk);
1120 sta32x->xti_clk = NULL;