Home
last modified time | relevance | path

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

/arch/powerpc/platforms/512x/
A Dclock-commonclk.c227 int clkflags; in mpc512x_clk_factor() local
229 clkflags = CLK_SET_RATE_PARENT; in mpc512x_clk_factor()
230 return clk_register_fixed_factor(NULL, name, parent_name, clkflags, in mpc512x_clk_factor()
235 const char *name, const char *parent_name, u8 clkflags, in mpc512x_clk_divider() argument
239 return clk_register_divider(NULL, name, parent_name, clkflags, in mpc512x_clk_divider()
260 int clkflags; in mpc512x_clk_gated() local
263 clkflags = CLK_SET_RATE_PARENT; in mpc512x_clk_gated()
265 return clk_register_gate(NULL, name, parent_name, clkflags, in mpc512x_clk_gated()
273 int clkflags; in mpc512x_clk_muxed() local
276 clkflags = CLK_SET_RATE_PARENT; in mpc512x_clk_muxed()
[all …]

Completed in 6 milliseconds