Home
last modified time | relevance | path

Searched refs:kicker_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
338 kicker_ops = *div4_clk_ops; in div4_clk_extend()
342 kicker_ops.set_rate = kicker_set_rate; in div4_clk_extend()
348 div4_clks[i].ops = i == DIV4_Z ? &zclk_ops : &kicker_ops; in div4_clk_extend()