Searched refs:lsp1_gate_clk (Results 1 – 1 of 1) sorted by relevance
836 static struct zx_clk_gate lsp1_gate_clk[] = { variable879 for (i = 0; i < ARRAY_SIZE(lsp1_gate_clk); i++) { in lsp1_clocks_init()880 if (lsp1_gate_clk[i].id) in lsp1_clocks_init()881 lsp1_hw_onecell_data.hws[lsp1_gate_clk[i].id] = in lsp1_clocks_init()882 &lsp1_gate_clk[i].gate.hw; in lsp1_clocks_init()884 lsp1_gate_clk[i].gate.reg += (uintptr_t)reg_base; in lsp1_clocks_init()885 name = lsp1_gate_clk[i].gate.hw.init->name; in lsp1_clocks_init()886 ret = clk_hw_register(NULL, &lsp1_gate_clk[i].gate.hw); in lsp1_clocks_init()