Lines Matching refs:name
60 static long __init sp804_get_clock_rate(struct clk *clk, const char *name)
66 clk = clk_get_sys("sp804", name);
68 pr_err("sp804: %s clock not found: %ld\n", name, PTR_ERR(clk));
121 const char *name,
128 rate = sp804_get_clock_rate(clk, name);
144 clocksource_mmio_init(clkevt->value, name,
220 struct clk *clk, const char *name)
225 rate = sp804_get_clock_rate(clk, name);
231 evt->name = name;
275 const char *name = of_get_property(np, "compatible", NULL);
317 ret = sp804_clockevents_init(timer2_base, irq, clk2, name);
322 name, clk1, 1);
327 ret = sp804_clockevents_init(timer1_base, irq, clk1, name);
332 name, clk2, 1);
361 const char *name = of_get_property(np, "compatible", NULL);
386 name, clk, 0);
394 ret = sp804_clockevents_init(base, irq, clk, name);