Searched refs:top_div_clk (Results 1 – 1 of 1) sorted by relevance
455 static struct zx_clk_div top_div_clk[] = { variable618 for (i = 0; i < ARRAY_SIZE(top_div_clk); i++) { in top_clocks_init()619 if (top_div_clk[i].id) in top_clocks_init()620 top_hw_onecell_data.hws[top_div_clk[i].id] = in top_clocks_init()621 &top_div_clk[i].div.hw; in top_clocks_init()623 top_div_clk[i].div.reg += (uintptr_t)reg_base; in top_clocks_init()624 name = top_div_clk[i].div.hw.init->name; in top_clocks_init()625 ret = clk_hw_register(NULL, &top_div_clk[i].div.hw); in top_clocks_init()