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