Lines Matching refs:factor
127 * Backwards compatibility with old DTs. Register a pass-through factor 1/1
137 struct clk_fixed_factor *factor;
166 factor = devm_kzalloc(dev, sizeof(*factor), GFP_KERNEL);
167 if (!factor)
170 factor->mult = factor->div = 1;
171 factor->hw.init = &init_data;
179 ret = devm_clk_hw_register(dev, &factor->hw);
195 * function to skip registration of xo factor clocks.