Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/socfpga/
Dclk-gate.c177 static struct clk_ops gateclk_ops = { variable
211 gateclk_ops.enable = clk_gate_ops.enable; in __socfpga_gate_init()
212 gateclk_ops.disable = clk_gate_ops.disable; in __socfpga_gate_init()
261 __socfpga_gate_init(node, &gateclk_ops); in socfpga_gate_init()