Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/zte/
Dclk-zx296718.c726 static struct zx_clk_gate lsp0_gate_clk[] = { variable
780 for (i = 0; i < ARRAY_SIZE(lsp0_gate_clk); i++) { in lsp0_clocks_init()
781 if (lsp0_gate_clk[i].id) in lsp0_clocks_init()
782 lsp0_hw_onecell_data.hws[lsp0_gate_clk[i].id] = in lsp0_clocks_init()
783 &lsp0_gate_clk[i].gate.hw; in lsp0_clocks_init()
785 lsp0_gate_clk[i].gate.reg += (uintptr_t)reg_base; in lsp0_clocks_init()
786 ret = clk_hw_register(NULL, &lsp0_gate_clk[i].gate.hw); in lsp0_clocks_init()
789 lsp0_gate_clk[i].gate.hw.init->name); in lsp0_clocks_init()