Lines Matching defs:fixup
14 * struct clk_fixup_mux - imx integer fixup multiplexer clock
17 * @fixup: a hook to fixup the write value
19 * The imx fixup multiplexer clock is a subclass of basic clk_mux
20 * with an addtional fixup hook.
25 void (*fixup)(u32 *val);
54 fixup_mux->fixup(&val);
69 int num_parents, void (*fixup)(u32 *val))
76 if (!fixup)
95 fixup_mux->fixup = fixup;