Searched refs:lsp0_gate_clk (Results 1 – 1 of 1) sorted by relevance
719 static struct zx_clk_gate lsp0_gate_clk[] = { variable773 for (i = 0; i < ARRAY_SIZE(lsp0_gate_clk); i++) { in lsp0_clocks_init()774 if (lsp0_gate_clk[i].id) in lsp0_clocks_init()775 lsp0_hw_onecell_data.hws[lsp0_gate_clk[i].id] = in lsp0_clocks_init()776 &lsp0_gate_clk[i].gate.hw; in lsp0_clocks_init()778 lsp0_gate_clk[i].gate.reg += (uintptr_t)reg_base; in lsp0_clocks_init()779 name = lsp0_gate_clk[i].gate.hw.init->name; in lsp0_clocks_init()780 ret = clk_hw_register(NULL, &lsp0_gate_clk[i].gate.hw); in lsp0_clocks_init()