Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-shmobile/
Dclock-sh73a0.c256 static struct sh_clk_ops zclk_ops, kicker_ops; variable
340 zclk_ops = *div4_clk_ops; in div4_clk_extend()
343 zclk_ops.set_rate = zclk_set_rate; in div4_clk_extend()
344 zclk_ops.round_rate = zclk_round_rate; in div4_clk_extend()
345 zclk_ops.recalc = zclk_recalc; in div4_clk_extend()
348 div4_clks[i].ops = i == DIV4_Z ? &zclk_ops : &kicker_ops; in div4_clk_extend()