Lines Matching defs:xti_clk
142 struct clk *xti_clk;
883 if (sta32x->xti_clk) {
884 ret = clk_prepare_enable(sta32x->xti_clk);
990 if (sta32x->xti_clk)
991 clk_disable_unprepare(sta32x->xti_clk);
1002 if (sta32x->xti_clk)
1003 clk_disable_unprepare(sta32x->xti_clk);
1121 sta32x->xti_clk = devm_clk_get(dev, "xti");
1122 if (IS_ERR(sta32x->xti_clk)) {
1123 ret = PTR_ERR(sta32x->xti_clk);
1128 sta32x->xti_clk = NULL;