Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/zte/
Dclk-zx296718.c839 static struct zx_clk_gate lsp1_gate_clk[] = { variable
882 for (i = 0; i < ARRAY_SIZE(lsp1_gate_clk); i++) { in lsp1_clocks_init()
883 if (lsp1_gate_clk[i].id) in lsp1_clocks_init()
884 lsp1_hw_onecell_data.hws[lsp1_gate_clk[i].id] = in lsp1_clocks_init()
885 &lsp1_gate_clk[i].gate.hw; in lsp1_clocks_init()
887 lsp1_gate_clk[i].gate.reg += (uintptr_t)reg_base; in lsp1_clocks_init()
888 name = lsp1_gate_clk[i].gate.hw.init->name; in lsp1_clocks_init()
889 ret = clk_hw_register(NULL, &lsp1_gate_clk[i].gate.hw); in lsp1_clocks_init()