Searched refs:muxgrf_clock (Results 1 – 1 of 1) sorted by relevance
61 struct rockchip_muxgrf_clock *muxgrf_clock; in rockchip_clk_register_muxgrf() local70 muxgrf_clock = kmalloc(sizeof(*muxgrf_clock), GFP_KERNEL); in rockchip_clk_register_muxgrf()71 if (!muxgrf_clock) in rockchip_clk_register_muxgrf()80 muxgrf_clock->hw.init = &init; in rockchip_clk_register_muxgrf()81 muxgrf_clock->regmap = regmap; in rockchip_clk_register_muxgrf()82 muxgrf_clock->reg = reg; in rockchip_clk_register_muxgrf()83 muxgrf_clock->shift = shift; in rockchip_clk_register_muxgrf()84 muxgrf_clock->width = width; in rockchip_clk_register_muxgrf()85 muxgrf_clock->flags = mux_flags; in rockchip_clk_register_muxgrf()87 clk = clk_register(NULL, &muxgrf_clock->hw); in rockchip_clk_register_muxgrf()[all …]