Searched refs:of_base (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-of.c149 static __init void timer_of_base_exit(struct of_timer_base *of_base) argument
151 iounmap(of_base->base);
155 struct of_timer_base *of_base)
157 of_base->base = of_base->name ?
158 of_io_request_and_map(np, of_base->index, of_base->name) :
159 of_iomap(np, of_base->index);
160 if (IS_ERR_OR_NULL(of_base->base)) {
161 pr_err("Failed to iomap (%s:%s)\n", np->name, of_base
154 timer_of_base_init(struct device_node *np, struct of_timer_base *of_base) argument
[all...]
H A Dtimer-of.h38 struct of_timer_base of_base; member in struct:timer_of
51 return to->of_base.base;
H A Dtimer-rda.c144 .of_base = {
H A Dtimer-tegra.c318 cpu_to->of_base.base = timer_reg_base + base;
366 to->of_base.base = timer_reg_base;

Completed in 135 milliseconds