Home
last modified time | relevance | path

Searched refs:top_gate_clk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/clk/zte/
Dclk-zx296718.c496 static struct zx_clk_gate top_gate_clk[] = { variable
609 for (i = 0; i < ARRAY_SIZE(top_gate_clk); i++) { in top_clocks_init()
610 if (top_gate_clk[i].id) in top_clocks_init()
611 top_hw_onecell_data.hws[top_gate_clk[i].id] = in top_clocks_init()
612 &top_gate_clk[i].gate.hw; in top_clocks_init()
614 top_gate_clk[i].gate.reg += (uintptr_t)reg_base; in top_clocks_init()
615 name = top_gate_clk[i].gate.hw.init->name; in top_clocks_init()
616 ret = clk_hw_register(NULL, &top_gate_clk[i].gate.hw); in top_clocks_init()