38 static inline struct clk *mxs_clk_fixed(
const char *
name,
int rate)
43 static inline struct clk *mxs_clk_gate(
const char *
name,
47 reg, shift, CLK_GATE_SET_TO_DISABLE,
55 CLK_SET_RATE_PARENT, reg, shift, width,
59 static inline struct clk *mxs_clk_fixed_factor(
const char *
name,
60 const char *parent_name,
unsigned int mult,
unsigned int div)
63 CLK_SET_RATE_PARENT, mult, div);