Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/zte/
Dclk-zx296718.c458 static struct zx_clk_div top_div_clk[] = { variable
621 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()