Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/zte/
Dclk-zx296718.c845 static struct zx_clk_gate lsp1_gate_clk[] = { variable
888 for (i = 0; i < ARRAY_SIZE(lsp1_gate_clk); i++) { in lsp1_clocks_init()
889 if (lsp1_gate_clk[i].id) in lsp1_clocks_init()
890 lsp1_hw_onecell_data.hws[lsp1_gate_clk[i].id] = in lsp1_clocks_init()
891 &lsp1_gate_clk[i].gate.hw; in lsp1_clocks_init()
893 lsp1_gate_clk[i].gate.reg += (uintptr_t)reg_base; in lsp1_clocks_init()
894 ret = clk_hw_register(NULL, &lsp1_gate_clk[i].gate.hw); in lsp1_clocks_init()
897 lsp1_gate_clk[i].gate.hw.init->name); in lsp1_clocks_init()