Searched refs:max_gen_clks (Results 1 – 1 of 1) sorted by relevance
113 struct max_gen_clk *max_gen_clks; in max_gen_clk_probe() local123 max_gen_clks = devm_kzalloc(dev, sizeof(struct max_gen_clk) in max_gen_clk_probe()125 if (!max_gen_clks) in max_gen_clk_probe()129 max_gen_clks[i].regmap = regmap; in max_gen_clk_probe()130 max_gen_clks[i].mask = 1 << i; in max_gen_clk_probe()131 max_gen_clks[i].reg = reg; in max_gen_clk_probe()148 max_gen_clks[i].hw.init = init; in max_gen_clk_probe()150 clocks[i] = max_gen_clk_register(dev, &max_gen_clks[i]); in max_gen_clk_probe()154 max_gen_clks[i].hw.init->name); in max_gen_clk_probe()