Searched refs:cmux_clk (Results 1 – 1 of 1) sorted by relevance
19 struct cmux_clk { struct28 #define to_cmux_clk(p) container_of(p, struct cmux_clk, hw) argument34 struct cmux_clk *clk = to_cmux_clk(hw); in cmux_set_parent()48 struct cmux_clk *clk = to_cmux_clk(hw); in cmux_get_parent()69 struct cmux_clk *cmux_clk; in core_mux_init() local97 cmux_clk = kzalloc(sizeof(struct cmux_clk), GFP_KERNEL); in core_mux_init()98 if (!cmux_clk) { in core_mux_init()102 cmux_clk->reg = of_iomap(np, 0); in core_mux_init()103 if (!cmux_clk->reg) { in core_mux_init()110 cmux_clk->flags = CLKSEL_ADJUST; in core_mux_init()[all …]