Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/socfpga/
A Dclk-gate-a10.c38 static struct clk_ops gateclk_ops = { variable
67 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
68 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
108 __socfpga_gate_init(node, &gateclk_ops); in socfpga_a10_gate_init()
A Dclk-gate-s10.c112 static struct clk_ops gateclk_ops = { variable
142 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate()
143 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
164 init.ops = &gateclk_ops; in s10_register_gate()
200 gateclk_ops.enable = clk_gate_ops.enable; in agilex_register_gate()
201 gateclk_ops.disable = clk_gate_ops.disable; in agilex_register_gate()
A Dclk-gate.c111 static struct clk_ops gateclk_ops = { variable
135 ops = kmemdup(&gateclk_ops, sizeof(gateclk_ops), GFP_KERNEL); in socfpga_gate_init()

Completed in 5 milliseconds