Lines Matching defs:offset
73 krait_add_div(struct device *dev, int id, const char *s, unsigned int offset)
91 div->offset = offset;
114 unsigned int offset, bool unique_aux)
134 mux->offset = offset;
170 unsigned int offset)
189 mux->offset = offset;
237 unsigned int offset;
243 offset = 0x4501 + (0x1000 * id);
248 offset = 0x500;
252 ret = krait_add_div(dev, id, s, offset);
258 ret = krait_add_sec_mux(dev, id, s, offset, unique_aux);
264 clk = krait_add_pri_mux(dev, id, s, offset);