Home
last modified time | relevance | path

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

/drivers/clk/socfpga/
Dclk-gate-a10.c100 static struct clk_ops gateclk_ops = { variable
132 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
133 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
191 __socfpga_gate_init(node, &gateclk_ops); in socfpga_a10_gate_init()
Dclk-gate.c172 static struct clk_ops gateclk_ops = { variable
205 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
206 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
252 __socfpga_gate_init(node, &gateclk_ops); in socfpga_gate_init()