Home
last modified time | relevance | path

Searched refs:top_mux_clk (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/zte/
H A Dclk-zx296718.c460 static struct zx_clk_mux top_mux_clk[] = { variable
594 for (i = 0; i < ARRAY_SIZE(top_mux_clk); i++) { in top_clocks_init()
595 if (top_mux_clk[i].id) in top_clocks_init()
596 top_hw_onecell_data.hws[top_mux_clk[i].id] = in top_clocks_init()
597 &top_mux_clk[i].mux.hw; in top_clocks_init()
599 top_mux_clk[i].mux.reg += (uintptr_t)reg_base; in top_clocks_init()
600 name = top_mux_clk[i].mux.hw.init->name; in top_clocks_init()
601 ret = clk_hw_register(NULL, &top_mux_clk[i].mux.hw); in top_clocks_init()

Completed in 2 milliseconds