Searched refs:clk_pfd (Results 1 – 2 of 2) sorted by relevance
641 static struct vc3_hw_data clk_pfd[] = { variable710 &clk_pfd[VC3_PFD1].hw726 &clk_pfd[VC3_PFD2].hw746 &clk_pfd[VC3_PFD3].hw1044 for (i = 0; i < ARRAY_SIZE(clk_pfd); i++) { in vc3_probe()1045 clk_pfd[i].regmap = regmap; in vc3_probe()1046 ret = devm_clk_hw_register(dev, &clk_pfd[i].hw); in vc3_probe()1049 clk_pfd[i].hw.init->name); in vc3_probe()
195 struct clk_hw clk_pfd; member343 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_recalc_rate()395 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_set_rate()1092 vc5->clk_pfd.init = &init; in vc5_probe()1093 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pfd); in vc5_probe()1108 parent_names[0] = clk_hw_get_name(&vc5->clk_pfd); in vc5_probe()