Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/socfpga/
Dclk-gate-s10.c58 static struct clk_ops gateclk_ops = { variable
82 gateclk_ops.enable = clk_gate_ops.enable; in s10_register_gate()
83 gateclk_ops.disable = clk_gate_ops.disable; in s10_register_gate()
104 init.ops = &gateclk_ops; in s10_register_gate()
Dclk-gate-a10.c89 static struct clk_ops gateclk_ops = { variable
120 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
121 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
176 __socfpga_gate_init(node, &gateclk_ops); in socfpga_a10_gate_init()
Dclk-gate.c164 static struct clk_ops gateclk_ops = { variable
190 ops = kmemdup(&gateclk_ops, sizeof(gateclk_ops), GFP_KERNEL); in socfpga_gate_init()