Searched refs:top_gate_clk (Results 1 – 1 of 1) sorted by relevance
493 static struct zx_clk_gate top_gate_clk[] = { variable606 for (i = 0; i < ARRAY_SIZE(top_gate_clk); i++) { in top_clocks_init()607 if (top_gate_clk[i].id) in top_clocks_init()608 top_hw_onecell_data.hws[top_gate_clk[i].id] = in top_clocks_init()609 &top_gate_clk[i].gate.hw; in top_clocks_init()611 top_gate_clk[i].gate.reg += (uintptr_t)reg_base; in top_clocks_init()612 name = top_gate_clk[i].gate.hw.init->name; in top_clocks_init()613 ret = clk_hw_register(NULL, &top_gate_clk[i].gate.hw); in top_clocks_init()