Searched refs:of_base (Results 1 – 13 of 13) sorted by relevance
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/ |
H A D | timer-of.c | 151 iounmap(of_base->base); in timer_of_base_exit() 155 struct of_timer_base *of_base) in timer_of_base_init() argument 157 of_base->base = of_base->name ? in timer_of_base_init() 158 of_io_request_and_map(np, of_base->index, of_base->name) : in timer_of_base_init() 159 of_iomap(np, of_base->index); in timer_of_base_init() 160 if (IS_ERR(of_base->base)) { in timer_of_base_init() 161 pr_err("Failed to iomap (%s)\n", of_base->name); in timer_of_base_init() 162 return PTR_ERR(of_base->base); in timer_of_base_init() 174 ret = timer_of_base_init(np, &to->of_base); in timer_of_init() 209 timer_of_base_exit(&to->of_base); in timer_of_init() [all …]
|
H A D | timer-of.h | 38 struct of_timer_base of_base; member 51 return to->of_base.base; in timer_of_base()
|
H A D | timer-tegra.c | 318 cpu_to->of_base.base = timer_reg_base + base; in tegra_init_timer() 366 to->of_base.base = timer_reg_base; in tegra_init_timer()
|
H A D | timer-rda.c | 144 .of_base = {
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/ |
H A D | timer-of.c | 151 iounmap(of_base->base); in timer_of_base_exit() 155 struct of_timer_base *of_base) in timer_of_base_init() argument 157 of_base->base = of_base->name ? in timer_of_base_init() 158 of_io_request_and_map(np, of_base->index, of_base->name) : in timer_of_base_init() 159 of_iomap(np, of_base->index); in timer_of_base_init() 160 if (IS_ERR(of_base->base)) { in timer_of_base_init() 161 pr_err("Failed to iomap (%s)\n", of_base->name); in timer_of_base_init() 162 return PTR_ERR(of_base->base); in timer_of_base_init() 174 ret = timer_of_base_init(np, &to->of_base); in timer_of_init() 209 timer_of_base_exit(&to->of_base); in timer_of_init() [all …]
|
H A D | timer-of.h | 38 struct of_timer_base of_base; member 51 return to->of_base.base; in timer_of_base()
|
H A D | timer-tegra.c | 318 cpu_to->of_base.base = timer_reg_base + base; in tegra_init_timer() 366 to->of_base.base = timer_reg_base; in tegra_init_timer()
|
H A D | timer-rda.c | 144 .of_base = {
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/ |
H A D | timer-of.c | 151 iounmap(of_base->base); in timer_of_base_exit() 155 struct of_timer_base *of_base) in timer_of_base_init() argument 157 of_base->base = of_base->name ? in timer_of_base_init() 158 of_io_request_and_map(np, of_base->index, of_base->name) : in timer_of_base_init() 159 of_iomap(np, of_base->index); in timer_of_base_init() 160 if (IS_ERR(of_base->base)) { in timer_of_base_init() 161 pr_err("Failed to iomap (%s)\n", of_base->name); in timer_of_base_init() 162 return PTR_ERR(of_base->base); in timer_of_base_init() 174 ret = timer_of_base_init(np, &to->of_base); in timer_of_init() 209 timer_of_base_exit(&to->of_base); in timer_of_init() [all …]
|
H A D | timer-of.h | 38 struct of_timer_base of_base; member 51 return to->of_base.base; in timer_of_base()
|
H A D | timer-tegra.c | 318 cpu_to->of_base.base = timer_reg_base + base; in tegra_init_timer() 366 to->of_base.base = timer_reg_base; in tegra_init_timer()
|
H A D | timer-rda.c | 144 .of_base = {
|
/dports/biology/rainbow/rainbow_2.0.4/ |
H A D | stdaln.c | 517 int is_overflow, of_base; in aln_local_core() local 558 is_overflow = of_base = 0; in aln_local_core() 571 of_base += LOCAL_OVERFLOW_REDUCE; in aln_local_core() 604 score_f += of_base; in aln_local_core() 612 is_overflow = of_base = 0; in aln_local_core() 626 of_base += LOCAL_OVERFLOW_REDUCE; in aln_local_core() 654 if (score_r + of_base - qr == score_f) { in aln_local_core() 664 end = start_i - (start_j - j) - (score_r + of_base + (start_j - j) * max_score) / r - 1; in aln_local_core() 674 score_r += of_base; in aln_local_core()
|